default to the latest versions of node and npm on heroku

This commit is contained in:
zeke 2013-07-18 14:46:54 -07:00
commit b3650bf8b6

View file

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