forked from Galactic/galactic-bot
use own fork of timestring
This commit is contained in:
parent
7e324dacf7
commit
4c0905d84a
@ -35,7 +35,7 @@
|
|||||||
"node-fetch": "2",
|
"node-fetch": "2",
|
||||||
"object-hash": "^3.0.0",
|
"object-hash": "^3.0.0",
|
||||||
"similarity": "^1.2.1",
|
"similarity": "^1.2.1",
|
||||||
"timestring": "^6.0.0"
|
"@navy.gif/timestring": "^6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
const timestring = require('timestring');
|
const timestring = require('@navy.gif/timestring');
|
||||||
const moment = require('moment');
|
const moment = require('moment');
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
// const { DiscordClient } = require('../DiscordClient');
|
// const { DiscordClient } = require('../DiscordClient');
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -647,6 +647,11 @@
|
|||||||
"@jridgewell/resolve-uri" "^3.0.3"
|
"@jridgewell/resolve-uri" "^3.0.3"
|
||||||
"@jridgewell/sourcemap-codec" "^1.4.10"
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
||||||
|
|
||||||
|
"@navy.gif/timestring@^6.0.0":
|
||||||
|
version "6.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@navy.gif/timestring/-/timestring-6.0.1.tgz#1ee96c4e4bbab1c0d0167af8f25f8bbc5327261e"
|
||||||
|
integrity sha512-bVMd19XvTNB/AoX3e7tVtJtT6BuKtA8zetlfft5qAxJpMCOQmt+vtxYpU+PUU+R+Am1a4I9ECwvsN6lDoI29Hg==
|
||||||
|
|
||||||
"@sapphire/async-queue@^1.1.4":
|
"@sapphire/async-queue@^1.1.4":
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.3.0.tgz#98b1b364a5fe820366a786827f2e987590de5964"
|
resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.3.0.tgz#98b1b364a5fe820366a786827f2e987590de5964"
|
||||||
@ -3214,11 +3219,6 @@ throat@^6.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375"
|
resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375"
|
||||||
integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==
|
integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==
|
||||||
|
|
||||||
timestring@^6.0.0:
|
|
||||||
version "6.0.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/timestring/-/timestring-6.0.0.tgz#b0c7c331981ecf2066ce88bcfb8ee3ae32e7a0f6"
|
|
||||||
integrity sha512-wMctrWD2HZZLuIlchlkE2dfXJh7J2KDI9Dwl+2abPYg0mswQHfOAyQW3jJg1pY5VfttSINZuKcXoB3FGypVklA==
|
|
||||||
|
|
||||||
tmpl@1.0.5:
|
tmpl@1.0.5:
|
||||||
version "1.0.5"
|
version "1.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
|
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
|
||||||
|
Loading…
Reference in New Issue
Block a user