Skip to content

Commit

Permalink
added allowPublicAccess to GQIO phetsims/perennial#148
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpen committed Sep 18, 2019
1 parent 74299c9 commit 1f96bc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"phet-io",
"adapted-from-phet"
],
"simulation": true
"simulation": true,
"phet-io": {
"allowPublicAccess": true
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit 1f96bc3

Please sign in to comment.