From abe7a80f09b38f051f5115ecaf22cfac89fa4be2 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 7 Mar 2016 09:49:04 -0800 Subject: [PATCH] Add history as top-level dependency Half-pulled in by npm 2.14.12 due to scroll-behavior peerDependency, which caused the webpack build to fail when it couldn't find history's dependency 'warning.' This does not happen in npm 3.x because all dependencies are installed at top level. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a13ce8bb70a29..1d6814ab67cf5 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "hapi": "^8.5.1", "hapi-webpack-plugin": "^1.3.0", "highlight.js": "^9.1.0", + "history": "^2.0.0", "html-frontmatter": "^1.5.1", "json-loader": "^0.5.2", "less": "^2.6.0",