update npm & node version reqs

This commit is contained in:
Tyler Renelle 2013-08-26 19:09:14 -04:00
parent 20ea60cc33
commit 570d5f71ad

View file

@ -37,8 +37,8 @@
"www.habitrpg.com"
],
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "nodemon src/server.coffee",