Skip to content

Commit 38b8899

Browse files
author
Sal Niro
committedMay 8, 2017
update dep, clean-css 4.1.1
1 parent 0abeca5 commit 38b8899

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.1.1",
5+
"version": "3.2.0",
66
"author": "scniro",
77
"license": "MIT",
88
"bugs": {
@@ -29,7 +29,7 @@
2929
"gulpfriendly"
3030
],
3131
"dependencies": {
32-
"clean-css": "4.1.0",
32+
"clean-css": "4.1.1",
3333
"gulp-util": "3.0.8",
3434
"through2": "2.0.3",
3535
"vinyl-sourcemaps-apply": "0.2.1"
@@ -53,6 +53,6 @@
5353
"vinyl-fs-fake": "1.1.0"
5454
},
5555
"scripts": {
56-
"test": "gulp test"
56+
"test": "./node_modules/.bin/gulp test"
5757
}
5858
}

0 commit comments

Comments
 (0)
Please sign in to comment.