Skip to content

Commit

Permalink
Merge pull request #37 from renatomoya/fix-build
Browse files Browse the repository at this point in the history
Add react and react-dom as devDependencies.
  • Loading branch information
MicheleBertoli committed Feb 7, 2016
2 parents 9bcdd09 + 904de33 commit 0639212
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 @@ -36,7 +36,9 @@
"eslint-plugin-react": "^3.2.1",
"express": "^4.11.2",
"jest-cli": "^0.7.0",
"react-addons-test-utils": "^0.14.2"
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2"
},
"jest": {
"testPathDirs": [
Expand Down

0 comments on commit 0639212

Please sign in to comment.