From 96846654df06226354f981f6527dac5efaa18221 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Thu, 27 Aug 2015 18:30:14 +0100 Subject: [PATCH] update package references to new home --- README.md | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b7fb74f9..9043677f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # discord.js -[![Build Status](https://travis-ci.org/discord-js/discord.js.svg)](https://travis-ci.org/discord-js/discord.js) +[![Build Status](https://travis-ci.org/hydrabolt/discord.js.svg)](https://travis-ci.org/hydrabolt/discord.js) 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 diff --git a/package.json b/package.json index b653297ed..0ed47ba64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "3.1.1", + "version": "3.1.2", "description": "A way to interface with the Discord API", "main": "./lib/index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/discord-js/discord.js.git" + "url": "git+https://github.com/hydrabolt/discord.js.git" }, "keywords": [ "discord", @@ -21,9 +21,9 @@ "author": "Amish Shah ", "license": "Apache-2.0", "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": { "superagent": "^1.3.0", "ws": "^0.7.2"