mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 21:28:52 +00:00
upgrade mongoose => 3.8.20, upgrade npm
This commit is contained in:
parent
e8eec7386e
commit
8670e269ed
1 changed files with 2 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"loggly": "~1.0.8",
|
||||
"method-override": "~2.2.0",
|
||||
"moment": "~2.8.3",
|
||||
"mongoose": "~3.8.17",
|
||||
"mongoose": "~3.8.20",
|
||||
"mongoose-id-autoinc": "~2013.7.14-4",
|
||||
"nconf": "~0.6.9",
|
||||
"newrelic": "~1.11.2",
|
||||
|
|
@ -63,8 +63,7 @@
|
|||
"www.habitrpg.com"
|
||||
],
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
"npm": "1.2.x"
|
||||
"node": "0.10.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./test/run_tests.sh",
|
||||
|
|
|
|||
Loading…
Reference in a new issue