Skip to content

Commit

Permalink
bump to beta9
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed Jul 28, 2016
1 parent 0888095 commit 97076a6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-undo",
"version": "1.0.0-beta8",
"version": "1.0.0-beta9",
"description": "simple undo/redo functionality for redux state containers",
"main": "lib/index.js",
"jspm": {
Expand Down Expand Up @@ -45,28 +45,28 @@
},
"homepage": "https://github.com/omnidan/redux-undo",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.3",
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"cross-env": "^1.0.7",
"eslint": "^2.8.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"expect": "^1.18.0",
"gitbook-cli": "^2.1.3",
"coveralls": "^2.11.12",
"cross-env": "^2.0.0",
"eslint": "^3.1.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"expect": "^1.20.2",
"gitbook-cli": "^2.3.0",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"rimraf": "^2.5.2",
"webpack": "^1.12.14"
"rimraf": "^2.5.4",
"webpack": "^1.13.1"
},
"dependencies": {
"redux": "^3.5.1"
"redux": "^3.5.2"
}
}

0 comments on commit 97076a6

Please sign in to comment.