Skip to content

Commit

Permalink
allowed usage with react-redux with peer dep, closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Oct 15, 2015
1 parent 04e1741 commit 9ef00e2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
},
"homepage": "https://github.com/erikras/multireducer",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"eslint": "^1.5.1",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"expect": "^1.11.1",
"mocha": "^2.3.3",
"rifraf": "^2.0.2",
"rimraf": "^2.4.3",
"webpack": "^1.12.2"
},
"dependencies": {
"react-redux": "3.1.0",
"redux": "3.0.2"
"babel": "5.8.23",
"babel-core": "5.8.25",
"babel-eslint": "4.1.3",
"babel-loader": "5.3.2",
"eslint": "1.5.1",
"eslint-config-airbnb": "0.1.0",
"eslint-plugin-react": "3.4.2",
"expect": "1.11.1",
"mocha": "2.3.3",
"react": "^0.13.3",
"react-redux": "^3.1.0",
"redux": "^3.0.2",
"rifraf": "2.0.2",
"rimraf": "2.4.3",
"webpack": "1.12.2"
},
"peerDependencies": {
"react": "^0.14.0"
"react-redux": "^3.0.0 || ^4.0.0",
"redux": "^3.0.0"
},
"npmName": "multireducer",
"npmFileMap": [
Expand Down

0 comments on commit 9ef00e2

Please sign in to comment.