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 b4b79a6 commit 05718a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 6 additions & 1 deletion calculus-grapher_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@
],
"simulation": true,
"supportsOutputJS": true,
"supportsDynamicLocale": true
"simFeatures": {
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
],
"simulation": true,
"supportsOutputJS": true,
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
"simFeatures": {
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit 05718a1

Please sign in to comment.