From 306f659b2e5a9569899a68286ab32b8859ddb59d Mon Sep 17 00:00:00 2001 From: James Billingham Date: Tue, 3 Feb 2015 13:38:31 +0000 Subject: [PATCH] Corrected repo URL to Cuvva's account --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c146a6..fdaff51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcodesio-client", - "version": "0.1.0", + "version": "0.1.1", "description": "Abstracts access to the https://postcodes.io API.", "homepage": "https://github.com/cuvva/postcodesio-client-node", "bugs": "https://github.com/cuvva/postcodesio-client-node/issues", @@ -12,7 +12,7 @@ "repository": { "type": "git", - "url": "https://github.com/billinghamj/postcodesio-client-node.git" + "url": "https://github.com/cuvva/postcodesio-client-node.git" }, "scripts": {