use latest versions of node and npm on heroku

This commit is contained in:
zeke 2013-07-18 15:25:18 -07:00
commit f0a7d6b6cf

View file

@ -9,6 +9,10 @@
"dependencies": { "dependencies": {
"express": "~3.3.4" "express": "~3.3.4"
}, },
"engines": {
"node": "0.10.13",
"npm": "1.3.2"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heroku/node-js-sample" "url": "https://github.com/heroku/node-js-sample"