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 5d432e2 commit c255201
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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_BASICS",
"phetLibs": [
"states-of-matter",
Expand All @@ -23,7 +22,13 @@
"phet-io"
],
"simulation": true,
"supportsOutputJS": true
"supportsOutputJS": true,
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
11 changes: 5 additions & 6 deletions states-of-matter-basics_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_BASICS",
"phetLibs": [
"states-of-matter",
Expand All @@ -49,8 +45,11 @@
],
"simulation": true,
"supportsOutputJS": true,
"phet-io": {
"compareDesignedAPIChanges": true
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
}
},
"eslintConfig": {
Expand Down

0 comments on commit c255201

Please sign in to comment.