Skip to content

Commit

Permalink
fix(package): dep conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 8, 2016
1 parent b28e670 commit 68261e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,11 +34,11 @@
"test": "grunt test"
},
"dependencies": {
"async": "^1.5.0",
"chalk": "^1.1.0",
"cheerio": "^0.20.0",
"async": "^2.0.1",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"maxmin": "^2.1.0",
"uncss": "^0.14.0"
"uncss": "^0.14.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 68261e0

Please sign in to comment.