Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit b542b6f

Browse files
author
Brandon Dail
committed
Add react/react-dom to dev dependencies
1 parent 4558d65 commit b542b6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.15/es5-shim.min.js"></script>
2222
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.15/es5-sham.min.js"></script>
2323
<![endif]-->
24-
<script src="http://localhost:3000/webpack-dev-server.js"></script>
2524
<script src="bundle.js"></script>
2625
<script>
2726
// Sanity-check the component loaded...

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"jest": "^15.1.1",
4242
"jest-cli": "^15.1.1",
4343
"radium": "^0.18.1",
44+
"react": "^15.3.2",
45+
"react-dom": "^15.3.2",
4446
"rimraf": "^2.5.4",
4547
"webpack": "^2.1.0-beta.25",
4648
"webpack-dev-server": "^1.16.1"

0 commit comments

Comments
 (0)