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 0abeca5 commit 38b8899Copy full SHA for 38b8899
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.1.1",
+ "version": "3.2.0",
6
"author": "scniro",
7
"license": "MIT",
8
"bugs": {
@@ -29,7 +29,7 @@
29
"gulpfriendly"
30
],
31
"dependencies": {
32
- "clean-css": "4.1.0",
+ "clean-css": "4.1.1",
33
"gulp-util": "3.0.8",
34
"through2": "2.0.3",
35
"vinyl-sourcemaps-apply": "0.2.1"
@@ -53,6 +53,6 @@
53
"vinyl-fs-fake": "1.1.0"
54
},
55
"scripts": {
56
- "test": "gulp test"
+ "test": "./node_modules/.bin/gulp test"
57
}
58
0 commit comments