Skip to content

Commit

Permalink
Update Howler, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeKorm committed Jun 25, 2018
1 parent bef133a commit e21fcd1
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 56 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-sounds",
"version": "2.0.0",
"version": "3.0.0",
"description": "Sound effect middleware for Redux.",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -31,13 +31,13 @@
"author": "Joshua Comeau <joshwcomeau@gmail.com>",
"license": "MIT",
"dependencies": {
"howler": "2.0.9"
"howler": "2.0.13"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "^7.2.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-istanbul": "^0.12.2",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
Expand All @@ -49,13 +49,13 @@
"coveralls": "^2.11.8",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"jsdom": "^11.2.0",
"eslint-plugin-import": "^2.13.0",
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.2",
"mocha": "^3.5.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.8.0",
"webpack": "^3.5.6",
"whatwg-fetch": "^2.0.3"
"whatwg-fetch": "^2.0.4"
}
}
Loading

0 comments on commit e21fcd1

Please sign in to comment.