mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
update npm & node version reqs
This commit is contained in:
parent
20ea60cc33
commit
570d5f71ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue