Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
fix: moving react-redux to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lapin committed Oct 2, 2015
1 parent e4a345f commit 1061d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"semantic-release": "4.3.5"
},
"peerDependencies": {
"redux": "^3.0.0"
"redux": "^3.0.0",
"react-redux": "3.0.1"
},
"dependencies": {
"jquery": "2.1.4",
"ramda": "0.16.0",
"react-pure-render": "1.0.2",
"react-redux": "3.0.1",
"react-zeroclipboard": "1.1.0"
}
}

0 comments on commit 1061d2b

Please sign in to comment.