From feeb49ac309cc77a46268f5bdb1b1c595c3be676 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 22 May 2013 19:17:58 -0700 Subject: [PATCH] fix repository in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a64f69..77595f9 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "mbpipe": "./bin/mbpipe", "mbrekey": "./bin/mbrekey" }, - "repositories": [{ + "repository": { "type": "git", "url": "http://github.com/mapbox/node-mbtiles.git" - }], + }, "contributors": [ "Tom MacWright ", "Will White ",