mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-17 19:28:53 +00:00
remove relative date & upgrade & export moment
This commit is contained in:
parent
24f0e58396
commit
3a2edb6539
2 changed files with 3 additions and 4 deletions
|
|
@ -5,9 +5,8 @@
|
|||
"browserify": "~2.35",
|
||||
"coffeeify": "0.4.0",
|
||||
"coffee-script": "1.6.2",
|
||||
"relative-date": "~1.1.1",
|
||||
"lodash": "~2.2.1",
|
||||
"moment": "~2.1.0"
|
||||
"moment": "~2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
|
|
|
|||
|
|
@ -298,9 +298,9 @@ module.exports =
|
|||
messages?[0] and (messages[0].id != lastMessageSeen)
|
||||
|
||||
###
|
||||
Relative Date
|
||||
MomentJS
|
||||
###
|
||||
relativeDate: require('relative-date')
|
||||
moment: moment
|
||||
|
||||
###
|
||||
are any tags active?
|
||||
|
|
|
|||
Loading…
Reference in a new issue