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 e3f8557 commit 040617e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
10 changes: 5 additions & 5 deletions coulombs-law_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": "COULOMBS_LAW",
"phetLibs": [
"inverse-square-law-common"
Expand All @@ -47,7 +43,11 @@
"adapted-from-phet"
],
"simFeatures": {
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"colorProfiles": [
"default",
"projector"
]
},
"simulation": true,
"supportsOutputJS": true
Expand Down
9 changes: 6 additions & 3 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": "COULOMBS_LAW",
"phetLibs": [
"inverse-square-law-common"
Expand All @@ -21,8 +20,12 @@
"phet-io",
"adapted-from-phet"
],
"simFeatures":{
"supportsInteractiveDescription": true
"simFeatures": {
"supportsInteractiveDescription": true,
"colorProfiles": [
"default",
"projector"
]
},
"simulation": true,
"supportsOutputJS": true
Expand Down

0 comments on commit 040617e

Please sign in to comment.