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 9c6e1c9 commit 23476ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 6 additions & 4 deletions gas-properties_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"requirejsNamespace": "GAS_PROPERTIES",
"simulation": true,
"runnable": true,
"colorProfiles": [
"default",
"projector"
],
"phetLibs": [
"twixt"
],
Expand All @@ -47,6 +43,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 @@ -13,7 +13,6 @@
"requirejsNamespace": "GAS_PROPERTIES",
"simulation": true,
"runnable": true,
"colorProfiles": [ "default", "projector" ],
"phetLibs": [
"twixt"
],
Expand All @@ -22,6 +21,12 @@
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true
},
"eslintConfig": {
Expand Down

0 comments on commit 23476ff

Please sign in to comment.