Skip to content

Commit

Permalink
updated dependencies (#96)
Browse files Browse the repository at this point in the history
* async  ^2.1.4 -> ^2.5.0
* rimraf  ^2.5.4 -> ^2.6.1
  • Loading branch information
mojoaxel authored and vladikoff committed Sep 5, 2017
1 parent d1cd6ca commit 271defc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -16,14 +16,14 @@
"test": "grunt test"
},
"dependencies": {
"async": "^1.5.2",
"rimraf": "^2.5.1"
"async": "^2.5.0",
"rimraf": "^2.6.1"
},
"devDependencies": {
"dir-compare": "0.0.2",
"grunt": "^1.0.0",
"grunt-contrib-internal": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"dir-compare": "^1.4.0",
"grunt": "^1.0.1",
"grunt-contrib-internal": "^1.2.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 271defc

Please sign in to comment.