mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
package now redirects to correct git repo
This commit is contained in:
parent
4773df9fc8
commit
7cb6bbf552
1 changed files with 6 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue