Skip to content

Commit

Permalink
#312 Update engines field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax committed Feb 11, 2016
1 parent f510f27 commit d72e47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -12,14 +12,14 @@
"methods": "1.x"
},
"devDependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"express": "~4.12.4",
"mocha": "~2.2.5",
"should": "~7.0.2",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5"
"should": "~7.0.2"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},
"keywords": [
"superagent",
Expand Down

0 comments on commit d72e47f

Please sign in to comment.