mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 16:04:55 +00:00
Add prettier for realz
This commit is contained in:
parent
104778d6a3
commit
0017ce19ca
2 changed files with 10 additions and 1 deletions
|
|
@ -19,7 +19,6 @@
|
|||
"rgb-hex": "^3.0.0",
|
||||
"shell-escape": "^0.2.0",
|
||||
"temp": "^0.9.0",
|
||||
"typescript": "^3.8.3",
|
||||
"winston": "^3.2.1",
|
||||
"yargs": "^13.2.4"
|
||||
},
|
||||
|
|
@ -28,5 +27,10 @@
|
|||
"tweet": "tsc && ./dist/cli.js tweet",
|
||||
"fetch-metadata": "tsc && .dist/cli.js fetch-metadata",
|
||||
"bot": "tsc && node ./dist/discord-bot/index.js"
|
||||
},
|
||||
"prettier": {},
|
||||
"devDependencies": {
|
||||
"typescript": "^3.8.3",
|
||||
"prettier": "^2.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1976,6 +1976,11 @@ prepend-http@^2.0.0:
|
|||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
||||
|
||||
prettier@^2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
|
||||
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
|
||||
|
||||
prism-media@^0.0.4:
|
||||
version "0.0.4"
|
||||
resolved "https://registry.yarnpkg.com/prism-media/-/prism-media-0.0.4.tgz#df5ddc6463670c97ff0e9cbac3c3e0db18df326f"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue