Skip to content

Commit

Permalink
[fixed] Use peerDeps
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
mjackson committed Jul 22, 2014
1 parent 444f438 commit 51e1be2
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 @@ -37,13 +37,16 @@
"karma-mocha": "^0.1.3",
"karma-webpack": "^1.2.1",
"mocha": "^1.20.1",
"react": ">=0.10.0",
"rf-release": "^0.1.2",
"uglify-js": "^2.4.15",
"webpack": "^1.2.0-beta5",
"webpack-dev-server": "^1.4.2"
},
"peerDependencies": {
"react": ">=0.10.0"
},
"dependencies": {
"react": "^0.10.0",
"es6-promise": "^1.0.0",
"event-emitter": "^0.3.1",
"querystring": "^0.2.0"
Expand Down

0 comments on commit 51e1be2

Please sign in to comment.