Skip to content

Commit

Permalink
Add phet-io support, see #2
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 1, 2022
1 parent 9f5a9db commit 0149e8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions center-and-spread_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@
"runnable": true,
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"phetLibs": [
"bamboo",
"twixt"
],
"phet-io": {
"validation": false
},
"supportsOutputJS": true
},
"eslintConfig": {
Expand Down
2 changes: 2 additions & 0 deletions js/center-and-spread-phet-io-overrides.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* eslint-disable */
window.phet.preloads.phetio.phetioElementsOverrides = {};
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
"runnable": true,
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"phetLibs": [
"bamboo",
"twixt"
],
"phet-io": {
"validation": false
},
"supportsOutputJS": true
},
"eslintConfig": {
Expand Down

0 comments on commit 0149e8d

Please sign in to comment.