mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
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:
parent
8f9e0313a3
commit
cb6c6f424b
1 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
"start": "server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.6.x"
|
||||
"node": "0.8.x",
|
||||
"npm": "1.1.x"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue