1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix missing dependencies (#1232)

Tried to pull & run this example, it failed, complaining about missing react & react-dom dependencies
This commit is contained in:
Fabien Le Frapper 2017-02-21 16:40:18 +01:00 committed by Tim Neutkens
parent 9d8ef921da
commit 22c22efc35

View file

@ -14,6 +14,8 @@
"next": "^2.0.0-beta.18",
"node-sass": "^4.4.0",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sass-loader": "^4.1.1"
},
"devDependencies": {