Fix incorrect information in package.json

This commit is contained in:
Michael 2022-12-16 06:54:54 -05:00
parent d3efa6b7a4
commit fd08706eb0
2 changed files with 8 additions and 10 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "rollthedice-discordbot", "name": "konpeki-discordbot",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rollthedice-discordbot", "name": "konpeki-discordbot",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -4,9 +4,9 @@
"discord.js": "^14.7.1", "discord.js": "^14.7.1",
"dotenv": "^16.0.3" "dotenv": "^16.0.3"
}, },
"name": "rollthedice-discordbot", "name": "konpeki-discordbot",
"version": "1.0.0", "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", "main": "index.js",
"devDependencies": { "devDependencies": {
"eslint": "^8.29.0" "eslint": "^8.29.0"
@ -16,20 +16,18 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/TheShadowEevee/RollTheDice-DiscordBot.git" "url": "git+https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git"
}, },
"keywords": [ "keywords": [
"RTD", "RTD",
"Discord", "Discord",
"Bot", "Bot",
"Roll", "Konpeki"
"The",
"Dice"
], ],
"author": "TheShadowEevee", "author": "TheShadowEevee",
"license": "MIT", "license": "MIT",
"bugs": { "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"
} }