From 7cb6bbf55266d4512a41c0617257419ce91afa2a Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 16 Aug 2015 17:50:55 +0100 Subject: [PATCH] package now redirects to correct git repo --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 367f0d29c..1958a94fb 100644 --- a/package.json +++ b/package.json @@ -8,18 +8,20 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hydrabolt/discord.js.git" + "url": "git+https://github.com/discord-js/discord.js.git" }, "keywords": [ "discord", - "api" + "api", + "bot", + "client" ], "author": "Amish Shah ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/hydrabolt/discord.js/issues" + "url": "https://github.com/discord-js/discord.js/issues" }, - "homepage": "https://github.com/hydrabolt/discord.js#readme", + "homepage": "https://github.com/discord-js/discord.js#readme", "dependencies": { "superagent": "^1.3.0", "ws": "^0.7.2"