diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..0ae24a7 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +bot.js +config.json +commands/ +events/ \ No newline at end of file diff --git a/package.json b/package.json index 813b7a5..2eb919c 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,16 @@ "test": "echo \"No Tests Specified\"" }, "author": "Vylpes", - "license": "ISC", + "license": "MIT", "dependencies": { "discord.js": "^12.3.1" - } + }, + "bugs": "https://github.com/vylpes/vylbot-core/issues", + "homepage": "https://github.com/vylpes/vylbot-core", + "keywords": [ + "discord", + "bot", + "client" + ], + "repository": "github:vylpes/vylbot-core" }