aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorIsrael Blancas <iblancasa@gmail.com>2016-04-12 01:38:30 +0200
committerMaximilian Hils <git@maximilianhils.com>2016-04-11 16:38:30 -0700
commit96782407833a7f827e79fa7aa5f2576f1bee3547 (patch)
treee6a1d020d7d2d3b1cf7548da3e08a4672a43b926 /web/package.json
parent228197185ea19545293f1e27a2e21bf21b1e152c (diff)
downloadmitmproxy-96782407833a7f827e79fa7aa5f2576f1bee3547.tar.gz
mitmproxy-96782407833a7f827e79fa7aa5f2576f1bee3547.tar.bz2
mitmproxy-96782407833a7f827e79fa7aa5f2576f1bee3547.zip
gulp-minify-css is deprecated. Adding gulp-clean-css
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index e489a0b1..fb3da81b 100644
--- a/web/package.json
+++ b/web/package.json
@@ -37,10 +37,10 @@
"browserify": "^13.0.0",
"eslint": "^2.2.0",
"gulp": "^3.9.1",
+ "gulp-clean-css": "^2.0.6",
"gulp-eslint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
- "gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-peg": "^0.2.0",
"gulp-plumber": "^1.1.0",