require dateformat

This commit is contained in:
rhearmas 2019-12-21 16:41:42 -05:00
parent e3e91529d7
commit e925763a15
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -169,6 +169,11 @@
"resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz",
"integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg=="
},
"dateformat": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
"integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q=="
},
"discord-emoji": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/discord-emoji/-/discord-emoji-1.1.1.tgz",

View File

@ -24,6 +24,7 @@
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
"crawl": "^0.3.1",
"dateformat": "^3.0.3",
"discord-emoji": "^1.1.1",
"discord.js": "^11.5.1",
"enmap": "^5.0.0",