[Dependencies] Add number-to-words

This commit is contained in:
vilP1L
2019-05-18 20:30:01 -04:00
parent 068c0b595a
commit 89d3a7c490
2 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
"jsonwebtoken": "^8.5.1",
"locotrivia": "^1.2.1",
"mongodb": "^3.2.4",
"number-to-words": "^1.2.4",
"request": "^2.88.0",
"ws": "^7.0.0"
},
@@ -28,6 +29,7 @@
"eslint-plugin-import": "^2.17.2"
},
"scripts": {
"start": "babel-node src/index.js"
"start": "babel-node src/index.js",
"discord": "babel-node src/discord.js"
}
}

View File

@@ -2677,6 +2677,11 @@ number-is-nan@^1.0.0:
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
number-to-words@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/number-to-words/-/number-to-words-1.2.4.tgz#e0f124de9628f8d86c4eeb89bac6c07699264501"
integrity sha512-/fYevVkXRcyBiZDg6yzZbm0RuaD6i0qRfn8yr+6D0KgBMOndFPxuW10qCHpzs50nN8qKuv78k8MuotZhcVX6Pw==
oauth-sign@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"