mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
upgrade moment, add npm test
This commit is contained in:
parent
d7083bd442
commit
7aaf42737a
1 changed files with 5 additions and 2 deletions
|
|
@ -5,13 +5,16 @@
|
|||
"browserify": "~2.14.1",
|
||||
"coffeeify": "0.4.0",
|
||||
"coffee-script": "1.6.2",
|
||||
"moment": "~2.0.0",
|
||||
"relative-date": "~1.1.1",
|
||||
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master",
|
||||
"lodash": "~1.3.1"
|
||||
"lodash": "~1.3.1",
|
||||
"moment": "~2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"expect.js": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --compilers coffee:coffee-script tests/algos.mocha.coffee"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue