Skip to content

Commit

Permalink
update dep, clean-css 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sal Niro committed May 8, 2017
1 parent 0abeca5 commit 38b8899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gulp-clean-css",
"description": "Minify css with clean-css.",
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "3.1.1",
"version": "3.2.0",
"author": "scniro",
"license": "MIT",
"bugs": {
Expand All @@ -29,7 +29,7 @@
"gulpfriendly"
],
"dependencies": {
"clean-css": "4.1.0",
"clean-css": "4.1.1",
"gulp-util": "3.0.8",
"through2": "2.0.3",
"vinyl-sourcemaps-apply": "0.2.1"
Expand All @@ -53,6 +53,6 @@
"vinyl-fs-fake": "1.1.0"
},
"scripts": {
"test": "gulp test"
"test": "./node_modules/.bin/gulp test"
}
}

0 comments on commit 38b8899

Please sign in to comment.