Add missing dependency

This commit is contained in:
William Monk
2017-01-25 22:01:37 +00:00
parent 4c20a0d8cd
commit fa2702b34f

View File

@@ -25,6 +25,7 @@
"autoprefixer": "6.5.1",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"cli-highlight": "1.1.4",
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.0",
@@ -58,7 +59,6 @@
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"cli-highlight": "^1.1.4",
"react": "^15.3.0",
"react-dom": "^15.3.0"
},