Add history as top-level dependency

was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby/pull/174)
This commit is contained in:
Mehdi El Fadil 2016-03-24 22:57:58 +01:00
parent 44fc7c7b40
commit 72b6c5fbbb

View file

@ -22,6 +22,7 @@
}, },
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme", "homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"dependencies": { "dependencies": {
"history": "^2.0.0",
"lodash": "^4.5.0", "lodash": "^4.5.0",
"moment": "^2.11.2", "moment": "^2.11.2",
"react": "^0.14.7", "react": "^0.14.7",