Skip to content

Commit

Permalink
Make package.json entry for phet.phet-io.validation optional, see phe…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 11, 2020
1 parent c051922 commit 53c1206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions gravity-and-orbits_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
"phet",
"phet-io"
],
"simulation": true,
"phet-io": {
"validation": true
}
"simulation": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_es6_eslintrc.js"
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"phet",
"phet-io"
],
"simulation": true,
"phet-io": {
"validation": true
}
"simulation": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_es6_eslintrc.js"
Expand Down

0 comments on commit 53c1206

Please sign in to comment.