Skip to content

Commit

Permalink
update package references to new home
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah committed Aug 27, 2015
1 parent 70b20b7 commit 9684665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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": {
"test": "node ./test/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discord-js/discord.js.git"
"url": "git+https://github.com/hydrabolt/discord.js.git"
},
"keywords": [
"discord",
Expand All @@ -21,9 +21,9 @@
"author": "Amish Shah <amishshah.2k@gmail.com>",
"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"
Expand Down

0 comments on commit 9684665

Please sign in to comment.