Skip to content

Commit 92e49c1

Browse files
committed
Adds React to project setup to prevent cannot find module errors on initial boot of Hyper
1 parent 7113e5c commit 92e49c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"dependencies": {
3636
"path": "^0.12.7",
3737
"prop-types": "^15.5.10",
38+
"react": "^15.6.1",
3839
"styled-components": "^2.1.1",
3940
"webpack": "^2.2.0",
4041
"webpack-node-externals": "^1.6.0"

0 commit comments

Comments
 (0)