Skip to content

Commit

Permalink
build(package): redux is peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vslutov committed Mar 4, 2019
1 parent 266bee0 commit a721fac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"esm": "^3.2.9",
"husky": "^1.3.1",
"nyc": "^13.3.0",
"redux": "^4.0.1",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-recommended": "^3.0.2",
Expand All @@ -60,10 +61,12 @@
},
"dependencies": {
"ramda": "^0.26.1",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"reselect": "^4.0.0"
},
"peerDependencies": {
"redux": "^4.0.1"
},
"ava": {
"require": [
"esm"
Expand Down

0 comments on commit a721fac

Please sign in to comment.