Skip to content

Commit 869e147

Browse files
committedSep 19, 2017
clean-css => 4.1.9
1 parent e6c44e4 commit 869e147

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed
 

‎package-lock.json

+15-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gulp-clean-css",
33
"description": "Minify css with clean-css.",
44
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
5-
"version": "3.8.0",
5+
"version": "3.9.0",
66
"author": "scniro",
77
"license": "MIT",
88
"bugs": {
@@ -29,7 +29,7 @@
2929
"gulpfriendly"
3030
],
3131
"dependencies": {
32-
"clean-css": "4.1.8",
32+
"clean-css": "4.1.9",
3333
"gulp-util": "3.0.8",
3434
"through2": "2.0.3",
3535
"vinyl-sourcemaps-apply": "0.2.1"
@@ -47,7 +47,7 @@
4747
"gulp-rename": "1.2.2",
4848
"gulp-sass": "3.1.0",
4949
"gulp-sourcemaps": "2.6.1",
50-
"mocha": "3.5.0",
50+
"mocha": "3.5.3",
5151
"vinyl": "2.1.0",
5252
"vinyl-buffer": "1.0.0",
5353
"vinyl-fs-fake": "1.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.