From ff81ea582bc28a4fb6af06f5d28fab10581254c1 Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 19 Apr 2021 15:34:25 -0800 Subject: [PATCH] nest supportsInteractiveDescription under "features" in package.json, https://github.com/phetsims/chipper/issues/1031 --- package.json | 4 +++- ratio-and-proportion-tests.html | 4 +++- ratio-and-proportion_en.html | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0b76d877..4b34fb01 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,9 @@ "generatedUnitTests": true, "supportsSound": true, "supportsEnhancedSound": true, - "supportsInteractiveDescription": true, + "features":{ + "supportsInteractiveDescription": true + }, "supportedBrands": [ "phet", "phet-io", diff --git a/ratio-and-proportion-tests.html b/ratio-and-proportion-tests.html index 7c1182f0..1f9c7f9e 100644 --- a/ratio-and-proportion-tests.html +++ b/ratio-and-proportion-tests.html @@ -46,7 +46,9 @@ "generatedUnitTests": true, "supportsSound": true, "supportsEnhancedSound": true, - "supportsInteractiveDescription": true, + "features": { + "supportsInteractiveDescription": true + }, "supportedBrands": [ "phet", "phet-io", diff --git a/ratio-and-proportion_en.html b/ratio-and-proportion_en.html index f010d8a8..68f16fe9 100644 --- a/ratio-and-proportion_en.html +++ b/ratio-and-proportion_en.html @@ -45,7 +45,9 @@ "generatedUnitTests": true, "supportsSound": true, "supportsEnhancedSound": true, - "supportsInteractiveDescription": true, + "features": { + "supportsInteractiveDescription": true + }, "supportedBrands": [ "phet", "phet-io",