Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Update repository URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 6, 2018
1 parent 8f533ef commit 5d249cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Simple plug.dj WebSocket server interaction.",
"version": "1.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": "https://github.com/goto-bus-stop/plug-socket/issues",
"bugs": "https://github.com/miniplug/plug-socket/issues",
"dependencies": {
"ws": "^5.0.0"
},
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 5d249cb

Please sign in to comment.