Skip to content

Commit

Permalink
Update engines in package.json to Node >=0.10
Browse files Browse the repository at this point in the history
This package requires Node.js 0.10+ and the `engines` entry was out of date. This corrects that.

Fixes #78
  • Loading branch information
ericf committed Sep 5, 2014
1 parent 6493499 commit a1864d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/ericf/express-handlebars/issues"
},
"engines": {
"node": ">=0.8"
"node": ">=0.10"
},
"dependencies": {
"glob": "^4.0.3",
Expand Down

0 comments on commit a1864d2

Please sign in to comment.