From b156468998ff4cc7e893904cdc4bd28de41c3d89 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 13 Oct 2022 12:53:10 -0600 Subject: [PATCH] move supportsDynamicLocales and colorProfiles to simFeatures, https://github.com/phetsims/chipper/issues/1339 --- gravity-and-orbits-tests.html | 10 ++++++---- gravity-and-orbits_en.html | 10 ++++++---- package.json | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/gravity-and-orbits-tests.html b/gravity-and-orbits-tests.html index 73bbd675..747f30d0 100644 --- a/gravity-and-orbits-tests.html +++ b/gravity-and-orbits-tests.html @@ -33,10 +33,6 @@ "grunt": "~1.5.3" }, "phet": { - "colorProfiles": [ - "default", - "projector" - ], "requirejsNamespace": "GRAVITY_AND_ORBITS", "runnable": true, "supportedBrands": [ @@ -48,6 +44,12 @@ "phet-io": { "compareDesignedAPIChanges": true }, + "simFeatures": { + "colorProfiles": [ + "default", + "projector" + ] + }, "supportsOutputJS": true, "generatedUnitTests": true }, diff --git a/gravity-and-orbits_en.html b/gravity-and-orbits_en.html index 0a63bccf..9aef86e2 100644 --- a/gravity-and-orbits_en.html +++ b/gravity-and-orbits_en.html @@ -32,10 +32,6 @@ "grunt": "~1.5.3" }, "phet": { - "colorProfiles": [ - "default", - "projector" - ], "requirejsNamespace": "GRAVITY_AND_ORBITS", "runnable": true, "supportedBrands": [ @@ -47,6 +43,12 @@ "phet-io": { "compareDesignedAPIChanges": true }, + "simFeatures": { + "colorProfiles": [ + "default", + "projector" + ] + }, "supportsOutputJS": true, "generatedUnitTests": true }, diff --git a/package.json b/package.json index 6ae982af..ff4aae75 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,6 @@ "grunt": "~1.5.3" }, "phet": { - "colorProfiles": [ - "default", - "projector" - ], "requirejsNamespace": "GRAVITY_AND_ORBITS", "runnable": true, "supportedBrands": [ @@ -25,6 +21,12 @@ "phet-io": { "compareDesignedAPIChanges": true }, + "simFeatures": { + "colorProfiles": [ + "default", + "projector" + ] + }, "supportsOutputJS": true, "generatedUnitTests": true },