From 23476ff8c48327846ab50af334ffe94b96dafbf3 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 13 Oct 2022 12:53:13 -0600 Subject: [PATCH] move supportsDynamicLocales and colorProfiles to simFeatures, https://github.com/phetsims/chipper/issues/1339 --- gas-properties_en.html | 10 ++++++---- package.json | 7 ++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/gas-properties_en.html b/gas-properties_en.html index 8674e4d9..c27eff07 100644 --- a/gas-properties_en.html +++ b/gas-properties_en.html @@ -35,10 +35,6 @@ "requirejsNamespace": "GAS_PROPERTIES", "simulation": true, "runnable": true, - "colorProfiles": [ - "default", - "projector" - ], "phetLibs": [ "twixt" ], @@ -47,6 +43,12 @@ "phet-io", "adapted-from-phet" ], + "simFeatures": { + "colorProfiles": [ + "default", + "projector" + ] + }, "supportsOutputJS": true }, "eslintConfig": { diff --git a/package.json b/package.json index 0944cff6..e2b96590 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "requirejsNamespace": "GAS_PROPERTIES", "simulation": true, "runnable": true, - "colorProfiles": [ "default", "projector" ], "phetLibs": [ "twixt" ], @@ -22,6 +21,12 @@ "phet-io", "adapted-from-phet" ], + "simFeatures": { + "colorProfiles": [ + "default", + "projector" + ] + }, "supportsOutputJS": true }, "eslintConfig": {