mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
update package references to new home
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user