Skip to content

Commit

Permalink
Update howler, bump version, use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
GeKorm committed Mar 6, 2018
1 parent 90534c0 commit f4e1fd1
Show file tree
Hide file tree
Showing 3 changed files with 4,906 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ coverage
*.log
lib
dist
/.idea/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-sounds",
"version": "1.1.0",
"version": "2.0.0",
"description": "Sound effect middleware for Redux.",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"author": "Joshua Comeau <[email protected]>",
"license": "MIT",
"dependencies": {
"howler": "2.0.4"
"howler": "2.0.9"
},
"devDependencies": {
"babel": "^6.1.18",
Expand Down
Loading

0 comments on commit f4e1fd1

Please sign in to comment.