package now redirects to correct git repo

This commit is contained in:
hydrabolt
2015-08-16 17:50:55 +01:00
parent 4773df9fc8
commit 7cb6bbf552

View File

@@ -8,18 +8,20 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/hydrabolt/discord.js.git" "url": "git+https://github.com/discord-js/discord.js.git"
}, },
"keywords": [ "keywords": [
"discord", "discord",
"api" "api",
"bot",
"client"
], ],
"author": "Amish Shah <amishshah.2k@gmail.com>", "author": "Amish Shah <amishshah.2k@gmail.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "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": { "dependencies": {
"superagent": "^1.3.0", "superagent": "^1.3.0",
"ws": "^0.7.2" "ws": "^0.7.2"