Skip to content

Commit

Permalink
Specify React as a dependency, not devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jan 10, 2016
1 parent 4eb6fda commit d3d6121
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"flummox": "^3.1.1",
"node-fetch": "^1.0.5",
"q": "^1.2.0",
"react": "^0.13.1",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"twit": "^1.1.20",
"whatwg-fetch": "^0.7.0"
},
Expand All @@ -36,9 +37,7 @@
"mocha": "^2.2.1",
"mocha-loader": "^0.7.1",
"null-loader": "^0.1.1",
"react": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"react-dom": "^0.14.6",
"rewire": "^2.3.1",
"rewire-webpack": "^1.0.0",
"rx": "^2.4.3",
Expand Down

0 comments on commit d3d6121

Please sign in to comment.