From c52b19823b2575130b3ef1e133f494b176fa1500 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 8 Dec 2015 12:06:16 +0200 Subject: Initial webpack stuff --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 95be4e6..e9cc590 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,9 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "devDependencies": { + "webpack": "^1.12.9", + "webpack-dev-server": "^1.14.0" + } } -- cgit v1.3.1