Skip to content

Commit 2f70027

Browse files
committedJul 14, 2017
bump clean-css 4-1-7
1 parent 47425a2 commit 2f70027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎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.6.0",
5+
"version": "3.7.0",
66
"author": "scniro",
77
"license": "MIT",
88
"bugs": {
@@ -29,13 +29,13 @@
2929
"gulpfriendly"
3030
],
3131
"dependencies": {
32-
"clean-css": "4.1.6",
32+
"clean-css": "4.1.7",
3333
"gulp-util": "3.0.8",
3434
"through2": "2.0.3",
3535
"vinyl-sourcemaps-apply": "0.2.1"
3636
},
3737
"devDependencies": {
38-
"chai": "4.0.2",
38+
"chai": "4.1.0",
3939
"chai-string": "1.4.0",
4040
"coveralls": "2.13.1",
4141
"del": "3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.