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 a118c56 commit 2fefc2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"grunt": "~1.5.3"
},
"phet": {
"colorProfiles": [ "default", "projector" ],
"requirejsNamespace": "STATES_OF_MATTER",
"phetLibs": [
"nitroglycerin"
Expand All @@ -22,7 +21,13 @@
"adapted-from-phet"
],
"simulation": true,
"supportsOutputJS": true
"supportsOutputJS": true,
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
15 changes: 7 additions & 8 deletions states-of-matter_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": "STATES_OF_MATTER",
"phetLibs": [
"nitroglycerin"
Expand All @@ -47,10 +43,13 @@
"adapted-from-phet"
],
"simulation": true,
"phet-io": {
"compareDesignedAPIChanges": true
},
"supportsOutputJS": true
"supportsOutputJS": true,
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit 2fefc2b

Please sign in to comment.