We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47425a2 commit 2f70027Copy full SHA for 2f70027
package.json
@@ -2,7 +2,7 @@
2
"name": "gulp-clean-css",
3
"description": "Minify css with clean-css.",
4
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
5
- "version": "3.6.0",
+ "version": "3.7.0",
6
"author": "scniro",
7
"license": "MIT",
8
"bugs": {
@@ -29,13 +29,13 @@
29
"gulpfriendly"
30
],
31
"dependencies": {
32
- "clean-css": "4.1.6",
+ "clean-css": "4.1.7",
33
"gulp-util": "3.0.8",
34
"through2": "2.0.3",
35
"vinyl-sourcemaps-apply": "0.2.1"
36
},
37
"devDependencies": {
38
- "chai": "4.0.2",
+ "chai": "4.1.0",
39
"chai-string": "1.4.0",
40
"coveralls": "2.13.1",
41
"del": "3.0.0",
0 commit comments