mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
fix package.json repository url
This commit is contained in:
parent
307a87f750
commit
156427d1c6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/andrewrk/node-minecraft-protocol.git"
|
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "gulp",
|
"prepublish": "gulp",
|
||||||
|
|
Loading…
Reference in a new issue