Skip to content

Commit

Permalink
update to clean-css 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed Feb 8, 2017
1 parent c2f53ed commit 33f2e8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.1 (02/05/2017)

- upgrade to clean-css 4.0.5

# 3.0.0 (02/05/2017)

- upgrade to clean-css 4.x (should have had major bump in 2.4.0)
Expand Down
5 changes: 2 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.0.0",
"version": "3.0.1",
"author": "scniro",
"license": "MIT",
"bugs": {
Expand All @@ -29,9 +29,8 @@
"gulpfriendly"
],
"dependencies": {
"clean-css": "^4.0.4",
"clean-css": "^4.0.5",
"gulp-util": "^3.0.8",
"object-assign": "^4.1.1",
"through2": "^2.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
},
Expand Down

0 comments on commit 33f2e8a

Please sign in to comment.