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 cd30236 commit 96fb2da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 6 additions & 4 deletions gases-intro_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": "GASES_INTRO",
"simulation": true,
"runnable": true,
Expand All @@ -48,6 +44,12 @@
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true
},
"eslintConfig": {
Expand Down
7 changes: 6 additions & 1 deletion 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": "GASES_INTRO",
"simulation": true,
"runnable": true,
Expand All @@ -23,6 +22,12 @@
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true
},
"eslintConfig": {
Expand Down

0 comments on commit 96fb2da

Please sign in to comment.