Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anpieber committed Apr 26, 2015
1 parent 1a32a9d commit a58908e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1"
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.1"
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
Expand All @@ -43,7 +43,7 @@
"template"
],
"dependencies": {
"markdown-pdf": "~2.1.0",
"async": "~0.2.8"
"markdown-pdf": "~5.2.0",
"async": "~0.9.0"
}
}

0 comments on commit a58908e

Please sign in to comment.