summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael <raphaelkabo@gmail.com>2019-08-03 14:35:36 +0100
committerGitHub <noreply@github.com>2019-08-03 14:35:36 +0100
commit007a4a439bee628d190cefd306c877e7951e9ff3 (patch)
tree8fae436f826f590f6715796ddb54ac0395466985 /package.json
parenta8fa61379b96f2179887c43d6aa870fdaba35a3c (diff)
parente441e74d8e6b59dbd5dcfe34c2b74cba91ca28e6 (diff)
Merge pull request #4 from lowercasename/timezones
Timezones
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8996b13..fff1c2d 100755
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"jimp": "^0.6.0",
"jsonwebtoken": "^8.4.0",
"marked": "^0.7.0",
- "moment": "^2.22.2",
+ "moment-timezone": "^0.5.26",
"mongoose": "^5.3.13",
"multer": "^1.4.1",
"node-schedule": "^1.3.1",
@@ -34,6 +34,7 @@
"shortid": "^2.2.14"
},
"devDependencies": {
+ "eslint": "^6.1.0",
"nodemon": "^1.18.6"
}
}