From 5f21b4634552ee6f18d6a8766cf29cca73319d96 Mon Sep 17 00:00:00 2001 From: Kelp Date: Tue, 25 Aug 2015 16:10:31 +0800 Subject: [PATCH] fixed `No compatible version found: webpack@'>=1.2.0 <1.3.0'` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aff07df..af44575 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Tobias Koppers @sokra", "description": "example web app for webpack", "dependencies": { - "webpack": "1.2.x", + "webpack": "1.3.x", "webpack-dev-server": "1.3.x", "bootstrap": "https://github.com/twbs/bootstrap/archive/v3.0.2.tar.gz", "jade-loader": "0.6.x",