Skip to content

Commit

Permalink
move supportsDynamicLocales and colorProfiles to simFeatures, phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 13, 2022
1 parent 3d25d7f commit b156468
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
10 changes: 6 additions & 4 deletions gravity-and-orbits-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"grunt": "~1.5.3"
},
"phet": {
"colorProfiles": [
"default",
"projector"
],
"requirejsNamespace": "GRAVITY_AND_ORBITS",
"runnable": true,
"supportedBrands": [
Expand All @@ -48,6 +44,12 @@
"phet-io": {
"compareDesignedAPIChanges": true
},
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true,
"generatedUnitTests": true
},
Expand Down
10 changes: 6 additions & 4 deletions gravity-and-orbits_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"grunt": "~1.5.3"
},
"phet": {
"colorProfiles": [
"default",
"projector"
],
"requirejsNamespace": "GRAVITY_AND_ORBITS",
"runnable": true,
"supportedBrands": [
Expand All @@ -47,6 +43,12 @@
"phet-io": {
"compareDesignedAPIChanges": true
},
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true,
"generatedUnitTests": true
},
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
"grunt": "~1.5.3"
},
"phet": {
"colorProfiles": [
"default",
"projector"
],
"requirejsNamespace": "GRAVITY_AND_ORBITS",
"runnable": true,
"supportedBrands": [
Expand All @@ -25,6 +21,12 @@
"phet-io": {
"compareDesignedAPIChanges": true
},
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true,
"generatedUnitTests": true
},
Expand Down

0 comments on commit b156468

Please sign in to comment.