Skip to content

Commit

Permalink
Update clean-css to ~4.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 31, 2017
1 parent 142b040 commit 47e6ed6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Enable Source Maps.
```js
cssmin: {
options: {
shorthandCompacting: false,
mergeIntoShorthands: false,
roundingPrecision: -1
},
target: {
Expand Down Expand Up @@ -117,4 +117,4 @@ cssmin: {

Task submitted by [Tim Branyen](http://tbranyen.com/)

*This file was generated on Wed Aug 31 2016 23:09:56.*
*This file was generated on Mon Jan 23 2017 23:33:41.*
2 changes: 1 addition & 1 deletion docs/cssmin-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```js
cssmin: {
options: {
shorthandCompacting: false,
mergeIntoShorthands: false,
roundingPrecision: -1
},
target: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"chalk": "^1.0.0",
"clean-css": "~3.4.2",
"clean-css": "~4.0.3",

This comment has been minimized.

Copy link
@ogonkov

ogonkov Apr 17, 2017

[email protected] now requires node >= 4.0.0
I think it's would be correct to update grunt-contrib-cssmin aswell

This comment has been minimized.

Copy link
@XhmikosR

XhmikosR Apr 17, 2017

Author Member
"maxmin": "^1.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/expected/inline_import.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47e6ed6

Please sign in to comment.