Skip to content

Commit

Permalink
upgrade async to 0.9 and also support newer node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Aug 13, 2014
1 parent 0946780 commit 9566607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"plugin"
],
"engines": {
"node": "0.10.x"
"node": ">=0.10.x"
},
"dependencies": {
"hoek": "2.x.x",
"nipple": "2.x.x",
"async": "0.8.x",
"async": "0.9.x",
"yargs": "1.3.x",
"json-stringify-safe": "5.0.x"
},
Expand Down

0 comments on commit 9566607

Please sign in to comment.