Update repository references

This commit is contained in:
Schuyler Cebulskie
2018-01-18 14:40:02 -05:00
parent bb8ed98a85
commit 51ddd6595c
6 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydrabolt/discord.js.git"
"url": "git+https://github.com/discordjs/discord.js.git"
},
"keywords": [
"discord",
@@ -27,9 +27,9 @@
"author": "Amish Shah <amishshah.2k@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hydrabolt/discord.js/issues"
"url": "https://github.com/discordjs/discord.js/issues"
},
"homepage": "https://github.com/hydrabolt/discord.js#readme",
"homepage": "https://github.com/discordjs/discord.js#readme",
"runkitExampleFilename": "./docs/examples/ping.js",
"dependencies": {
"long": "^3.2.0",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/node": "^8.5.7",
"discord.js-docgen": "discordjs/discord.js-docgen",
"discord.js-docgen": "discordjs/docgen",
"eslint": "^4.15.0",
"parallel-webpack": "^2.2.0",
"uglifyjs-webpack-plugin": "^1.1.6",