From e2858fcfb946051458bc4367d2b5a39da9d0abba Mon Sep 17 00:00:00 2001 From: Pascal Widdershoven Date: Fri, 3 Feb 2017 13:46:20 +0100 Subject: [PATCH] Upgrade webpack to 2.2 stable --- project_template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/package.json b/project_template/package.json index baa5a3f..035fe2c 100644 --- a/project_template/package.json +++ b/project_template/package.json @@ -46,7 +46,7 @@ "sinon": "~1.17.2", "sinon-chai": "2.8.0", "vinyl-fs": "~2.4.2", - "webpack": "^2.2.0-rc.3", + "webpack": "^2.2.1", "yaml-loader": "^0.4.0" } }