From 1c62540ece0f1b1354276976af4964d9c8c834e1 Mon Sep 17 00:00:00 2001 From: Mehdi El Fadil Date: Thu, 24 Mar 2016 23:04:27 +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 6ddef6c2..51b32437 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "babel-plugin-react-transform": "^1.1.1", "chroma-js": "0.7.2", "color-pairs-picker": "^1.3.5", + "history": "^2.0.0", "lodash": "^4.5.0", "react": "^0.14.7", "react-document-title": "^2.0.1",