mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +00:00
update package references to new home
This commit is contained in:
parent
70b20b7467
commit
96846654df
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# discord.js
|
# discord.js
|
||||||
|
|
||||||
[](https://travis-ci.org/discord-js/discord.js)
|
[](https://travis-ci.org/hydrabolt/discord.js)
|
||||||
|
|
||||||
discord.js is a node module used as a way of interfacing with
|
discord.js is a node module used as a way of interfacing with
|
||||||
[Discord](https://discordapp.com/). It is a very useful module for creating
|
[Discord](https://discordapp.com/). It is a very useful module for creating
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "3.1.1",
|
"version": "3.1.2",
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/discord-js/discord.js.git"
|
"url": "git+https://github.com/hydrabolt/discord.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"discord",
|
"discord",
|
||||||
|
|
@ -21,9 +21,9 @@
|
||||||
"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/discord-js/discord.js/issues"
|
"url": "https://github.com/hydrabolt/discord.js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/discord-js/discord.js#readme",
|
"homepage": "https://github.com/hydrabolt/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