fix repository in package.json

This commit is contained in:
Dane Springmeyer
2013-05-22 19:17:58 -07:00
parent 663bf43804
commit feeb49ac30
+2 -2
View File
@@ -17,10 +17,10 @@
"mbpipe": "./bin/mbpipe", "mbpipe": "./bin/mbpipe",
"mbrekey": "./bin/mbrekey" "mbrekey": "./bin/mbrekey"
}, },
"repositories": [{ "repository": {
"type": "git", "type": "git",
"url": "http://github.com/mapbox/node-mbtiles.git" "url": "http://github.com/mapbox/node-mbtiles.git"
}], },
"contributors": [ "contributors": [
"Tom MacWright <tmcw>", "Tom MacWright <tmcw>",
"Will White <willwhite>", "Will White <willwhite>",