From 2bf4d0779d9827b151ca60ad0f9149697e7458ce Mon Sep 17 00:00:00 2001 From: idev-a Date: Thu, 24 Mar 2016 23:01:48 +0100 Subject: [PATCH] Add history as top-level dependency was causing the webpack build to fail (cf similar problem fixed in gatsbyjs/gatsby#174) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c40220b..a3acb08 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "author": "Kyle Mathews ", "license": "MIT", "dependencies": { + "history": "^2.0.0", "front-matter": "^2.0.6", "highlight.js": "^9.2.0", "markdown-it": "^6.0.0",