changes for heroku: "engines": {"node": "0.8.x","npm": "1.1.x"} - note, this will be a merge conflict on the private branch

This commit is contained in:
Tyler Renelle 2012-08-24 15:36:16 -04:00
parent 8f9e0313a3
commit cb6c6f424b

View file

@ -26,6 +26,7 @@
"start": "server.js"
},
"engines": {
"node": "0.6.x"
"node": "0.8.x",
"npm": "1.1.x"
}
}