Ran prettier, updated braces

This commit is contained in:
Ralph Streb 2020-05-30 03:30:06 -04:00
parent edaec0b173
commit b658c5cbc8
3 changed files with 198 additions and 1060 deletions

View file

@ -911,7 +911,7 @@
} }
} }
}, },
"!ask": { "!ask": {
"usage": "", "usage": "",
"description": "Please Provide Following Information", "description": "Please Provide Following Information",
"operation": "send", "operation": "send",

1247
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"app-root-path": "^2.2.1", "app-root-path": "^2.2.1",
"bitcoin": "^3.0.1", "bitcoin": "^3.0.1",
"braces": "^2.3.1", "braces": "^3.0.2",
"chrono-node": "^1.4.6", "chrono-node": "^1.4.6",
"config": "^3.3.1", "config": "^3.3.1",
"discord-irc": "^2.8.1", "discord-irc": "^2.8.1",
@ -18,8 +18,7 @@
"request": "^2.88.2", "request": "^2.88.2",
"request-promise": "^4.2.5", "request-promise": "^4.2.5",
"sleep": "^6.2.0", "sleep": "^6.2.0",
"wget": "^0.0.1", "wget": "^0.0.1"
"minimist": "^0.2.1"
}, },
"scripts": { "scripts": {
"prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240", "prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
@ -27,11 +26,11 @@
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i" "test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
}, },
"devDependencies": { "devDependencies": {
"husky": "^3.1.0", "husky": "^4.2.5",
"prettier": "^1.19.1" "prettier": "^1.19.1"
}, },
"name": "wunderbot-discord", "name": "wunderbot-discord",
"version": "1.0.5", "version": "1.0.6",
"description": "LBRY bot for Discord", "description": "LBRY bot for Discord",
"main": "bot/bot.js", "main": "bot/bot.js",
"repository": "https://github.com/lbryio/lbry-wunderbot", "repository": "https://github.com/lbryio/lbry-wunderbot",