Skip to content

Commit

Permalink
Update package.json, see: #374
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Aug 3, 2023
1 parent e9b3354 commit a1e8a10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ git clone https://github.com/phetsims/query-string-machine.git
git clone https://github.com/phetsims/scenery.git
git clone https://github.com/phetsims/scenery-phet.git
git clone https://github.com/phetsims/sherpa.git
git clone https://github.com/phetsims/soccer-common.git
git clone https://github.com/phetsims/sun.git
git clone https://github.com/phetsims/tambo.git
git clone https://github.com/phetsims/tandem.git
Expand Down
7 changes: 6 additions & 1 deletion center-and-variability_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"phetLibs": [
"bamboo",
"twixt",
"vegas"
"vegas",
"soccer-common"
],
"supportsOutputJS": true,
"simFeatures": {
Expand Down Expand Up @@ -101,6 +102,10 @@
"repo": "scenery-phet",
"requirejsNamespace": "SCENERY_PHET"
},
{
"repo": "soccer-common",
"requirejsNamespace": "SOCCER_COMMON"
},
{
"repo": "sun",
"requirejsNamespace": "SUN"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"phetLibs": [
"bamboo",
"twixt",
"vegas"
"vegas",
"soccer-common"
],
"supportsOutputJS": true,
"simFeatures": {
Expand Down

0 comments on commit a1e8a10

Please sign in to comment.