Skip to content

Commit

Permalink
Move react back to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeikJT committed Mar 17, 2015
1 parent 6b5cf46 commit 6e6ae5a
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 @@ -15,7 +15,8 @@
"test": "npm run lint && npm run cover"
},
"dependencies": {
"async": "^0.9.0"
"async": "^0.9.0",
"react": ">=0.12.0 <=0.13.x"
},
"devDependencies": {
"chai": "^2.0",
Expand All @@ -26,7 +27,6 @@
"mocha": "^2.0",
"mockery": "^1.0",
"precommit-hook": "^1.0",
"react": ">=0.12.0 <=0.13.x",
"sinon": "^1.0",
"webpack": "^1.0"
},
Expand Down

0 comments on commit 6e6ae5a

Please sign in to comment.