Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Aug 11, 2014
1 parent 9eb5674 commit 4c71e5b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
},
"license": "MIT",
"dependencies": {
"csso": "^1.3.11",
"clean-css": "^2.2.12",
"cssshrink": "0.0.5",
"colors": "^0.6.2"
"csso": "1.3.11",
"clean-css": "2.2.12",
"cssshrink": "0.0.5"
},
"devDependencies": {
"colors": "0.6.2"
},
"engines": {
"node": ">=0.8.0",
Expand Down

0 comments on commit 4c71e5b

Please sign in to comment.