From a6a12d63fce698dd0c2742372e47ef15d4ccf071 Mon Sep 17 00:00:00 2001 From: Joe Simpson Date: Tue, 20 Jun 2017 13:38:28 +0100 Subject: [PATCH] Mark as compatible with Webpack 3 Mark the package as compatible with Webpack 3. npm refuses to install if using webpack 3, even everything seems to work fine --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25711fd..553270d 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "devDependencies": { "chai": "^3.2.0", "mocha": "^2.3.2", - "webpack": "1 || 2" + "webpack": "1 || 2 || 3" }, "peerDependencies": { - "webpack": "1 || 2" + "webpack": "1 || 2 || 3" }, "repository": { "type": "git",