2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 05:37:59 +00:00

Added millisecond dependency

This commit is contained in:
GingerPlusPlus 2017-11-24 14:09:12 +01:00
parent 5a4002e7d4
commit cb644f8bb4
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -883,6 +883,11 @@
"yallist": "2.1.2"
}
},
"millisecond": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/millisecond/-/millisecond-0.1.2.tgz",
"integrity": "sha1-bMWtOGJByrjniv+WT4cCjuyS2sU="
},
"mimic-fn": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz",

View File

@ -28,6 +28,7 @@
},
"homepage": "https://github.com/TheDevs-Network/the-guard-bot/",
"dependencies": {
"millisecond": "^0.1.2",
"nedb-promise": "^2.0.1",
"telegraf": "^3.15.3"
},