Making all files use prettier
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
32
package.json
32
package.json
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "illegitimate-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prod:build": "node scripts/deploy-commands.js --prod",
|
||||
"dev:build": "node scripts/deploy-commands.js --dev"
|
||||
},
|
||||
"author": "Taken",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"discord.js": "^14.8.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"mongoose": "^7.0.1"
|
||||
}
|
||||
"name": "illegitimate-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prod:build": "node scripts/deploy-commands.js --prod",
|
||||
"dev:build": "node scripts/deploy-commands.js --dev"
|
||||
},
|
||||
"author": "Taken",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"axios": "^1.3.4",
|
||||
"discord.js": "^14.8.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"mongoose": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user