mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Fix incorrect information in package.json
This commit is contained in:
parent
d3efa6b7a4
commit
fd08706eb0
2 changed files with 8 additions and 10 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "rollthedice-discordbot",
|
||||
"name": "konpeki-discordbot",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "rollthedice-discordbot",
|
||||
"name": "konpeki-discordbot",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
14
package.json
14
package.json
|
@ -4,9 +4,9 @@
|
|||
"discord.js": "^14.7.1",
|
||||
"dotenv": "^16.0.3"
|
||||
},
|
||||
"name": "rollthedice-discordbot",
|
||||
"name": "konpeki-discordbot",
|
||||
"version": "1.0.0",
|
||||
"description": "A Discord Bot that throws out random scenarios based on a premade list",
|
||||
"description": "A Discord bot with varied functionalities",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.29.0"
|
||||
|
@ -16,20 +16,18 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/TheShadowEevee/RollTheDice-DiscordBot.git"
|
||||
"url": "git+https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git"
|
||||
},
|
||||
"keywords": [
|
||||
"RTD",
|
||||
"Discord",
|
||||
"Bot",
|
||||
"Roll",
|
||||
"The",
|
||||
"Dice"
|
||||
"Konpeki"
|
||||
],
|
||||
"author": "TheShadowEevee",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/TheShadowEevee/RollTheDice-DiscordBot/issues"
|
||||
"url": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/TheShadowEevee/RollTheDice-DiscordBot#readme"
|
||||
"homepage": "https://github.com/TheShadowEevee/Konpeki-Discord-Bot#readme"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue