From 66e829f71ea693abcef0763cf3844c2dff445e6c Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Wed, 26 Aug 2015 23:33:08 -0700 Subject: [PATCH] upgraded postcss, webpack --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9ab175b7..0d0f0e893 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gulp-jshint": "1.11.2", "gulp-less": "3.0.3", "gulp-livereload": "3.8.0", - "gulp-postcss": "5.1.10", + "gulp-postcss": "6.0.0", "gulp-print": "1.1.0", "gulp-replace": "0.5.3", "gulp-run": "1.6.8", @@ -39,7 +39,7 @@ "run-sequence": "1.1.1", "streamqueue": "1.1.0", "tar.gz": "0.1.1", - "webpack": "1.10.1", - "webpack-stream": "2.0.0" + "webpack": "1.12.0", + "webpack-stream": "2.1.0" } }