Skip to content

Commit

Permalink
Add peer dependency on redux 4.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgepigdaniel authored and timdorr committed Jun 18, 2019
1 parent 0e60b62 commit cea3103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack",
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack"
},
"peerDependencies": {
"redux": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.6.5",
Expand Down

0 comments on commit cea3103

Please sign in to comment.