Merge pull request #255 from rom1504/patch-1

fix package.json repository url
This commit is contained in:
Robin Lambertz 2015-09-24 15:25:18 +02:00
commit eeee12485b

View File

@ -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",