From 358bf6eafaa1f363e45ad6d675aa4620116aefc9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 6 Jul 2017 22:09:47 +0000 Subject: [PATCH] chore(package): update webpack to version 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7212d0..2f3d572 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "jscs": "3.0.7", "jsinspect": "0.12.5", "mocha": "3.4.2", - "webpack": "3.0.0" + "webpack": "3.1.0" }, "scripts": { "cover": "istanbul cover _mocha -- --check-leaks --bail test && istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",