From 58a6a1ce7882182f59ff5df178faeca5fe70f300 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Fri, 6 Apr 2018 22:05:51 +0200 Subject: [PATCH] Add webpack to normal dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01a38bc..ccf9b1b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "karma-qunit": "^2.0.1", "qunit": "^2.5.1", "qunitjs": "^2.4.1", - "standard": "^11.0.1", + "standard": "^11.0.1" }, "dependencies": { "jsesc": "^2.5.1",