From 72b6c5fbbb9f77de01caa0dbd2ad64d63b629c14 Mon Sep 17 00:00:00 2001 From: Mehdi El Fadil Date: Thu, 24 Mar 2016 22:57:58 +0100 Subject: [PATCH] Add history as top-level dependency was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby/pull/174) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 96d6b71..e384b78 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme", "dependencies": { + "history": "^2.0.0", "lodash": "^4.5.0", "moment": "^2.11.2", "react": "^0.14.7",