Skip to content

Commit

Permalink
move react and backbone to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Jul 30, 2014
1 parent ceeb93f commit 209cb8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
"license": "MIT",
"devDependencies": {
"jest-cli": "~0.1.17",
"react-tools": "0.11.x"
"react-tools": "0.11.x",
"react": ">=0.10.x <1.x.x",
"backbone": "1.x.x"
},
"dependencies": {
"react": "0.11.x",
"peerDependencies": {
"react": ">=0.10.x <1.x.x",
"backbone": "1.x.x"
},
"jest": {
Expand Down

0 comments on commit 209cb8d

Please sign in to comment.