Skip to content

Commit

Permalink
Moved react to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Feb 10, 2015
1 parent 7b7b9a4 commit cad58a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
]
},
"dependencies": {
"react": "^0.12.2",
"react-classset": "0.0.2",
"react-draggable2": "^0.4.2",
"react-tap-event-plugin": "^0.1.3"
},
"peerDependencies": {
"react": "0.12.x"
},
"devDependencies": {
"browserify": "^7.0.3",
"reactify": "^0.17.1",
Expand Down

0 comments on commit cad58a2

Please sign in to comment.