Skip to content

Commit

Permalink
beta2: fix babel and peerdependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed Jan 31, 2016
1 parent 872b1f7 commit 7985ee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stage": 0,
"loose": "all"
"presets": ["es2015"],
"plugins": ["transform-object-rest-spread"]
}
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-undo",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"description": "simple undo/redo functionality for redux state containers",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,9 +31,11 @@
"homepage": "https://github.com/omnidan/redux-undo",
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-eslint": "^5.0.0-beta8",
"babel-loader": "^6.2.1",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.5.0",
"eslint": "^1.10",
"eslint-config-standard": "^4.4.0",
Expand Down

0 comments on commit 7985ee4

Please sign in to comment.