chore: Add directory to package.json (#9456)

* chore: Add directory to package.json

* fix: run fmt

* fix: undo formatting
This commit is contained in:
Michael H
2023-04-26 00:27:44 +10:00
committed by GitHub
parent 8153ca99ee
commit 1b4d34cebf
22 changed files with 45 additions and 21 deletions

View File

@@ -37,7 +37,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/discordjs/discord.js.git"
"url": "https://github.com/discordjs/discord.js.git",
"directory": "apps/guide"
},
"bugs": {
"url": "https://github.com/discordjs/discord.js/issues"

View File

@@ -38,7 +38,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/discordjs/discord.js.git"
"url": "https://github.com/discordjs/discord.js.git",
"directory": "apps/website"
},
"bugs": {
"url": "https://github.com/discordjs/discord.js/issues"