Skip to content

Commit

Permalink
changed SoundPlayer to ISoundPlayer, see phetsims/tambo#160
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Apr 15, 2022
1 parent 911d22f commit 7b77e78
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 @@ -14,10 +14,13 @@
"license": "Apache-2.0",
"cordova": {
"platforms": [
"android"
"android",
"browser"
]
},
"devDependencies": {
"cordova-android": "^9.1.0",
"cordova-browser": "^6.0.0",
"grunt": "~1.4.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 7b77e78

Please sign in to comment.