From 5d249cb1e37e76d335f5fe59e05c973a3f8bca87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 6 Jun 2018 10:29:36 +0200 Subject: [PATCH] Update repository URLs. --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91ab7d8..4bf3a44 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Sends an auth token. You should only call this once, and only if you did not pass one to the `plugSocket()` call. You can obtain an auth token by logging in to plug.dj using something like -[plug-login](https://github.com/goto-bus-stop/plug-login), or by manually +[plug-login](https://github.com/miniplug/plug-login), or by manually sending a GET request to https://plug.dj/_/auth/token. ```javascript diff --git a/package.json b/package.json index 43e1cf0..25e5643 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Simple plug.dj WebSocket server interaction.", "version": "1.0.0", "author": "Renée Kooi ", - "bugs": "https://github.com/goto-bus-stop/plug-socket/issues", + "bugs": "https://github.com/miniplug/plug-socket/issues", "dependencies": { "ws": "^5.0.0" }, @@ -15,7 +15,7 @@ "rollup": "^0.58.2", "rollup-plugin-buble": "^0.19.2" }, - "homepage": "https://github.com/goto-bus-stop/plug-socket", + "homepage": "https://github.com/miniplug/plug-socket", "keywords": [ "plug", "plug.dj", @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "module": "index.mjs", - "repository": "goto-bus-stop/plug-socket", + "repository": "miniplug/plug-socket", "scripts": { "build": "rollup -c", "test": "npm run build && mocha"