From 0dfea7f0e3381421f65ff933490d1fac91056737 Mon Sep 17 00:00:00 2001 From: Tom Ashworth Date: Fri, 30 Jan 2015 11:05:04 +0000 Subject: [PATCH] Dehumeify --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cddc1e8..83de563 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ahume/flight-with-resources.git" + "url": "https://github.com/flightjs/flight-with-resources.git" }, "keywords": [ "flight", @@ -32,10 +32,13 @@ "resources", "flight-toolbox" ], - "author": "Andy Hume ", + "contributors": [ + "Tom Ashworth ", + "Andy Hume " + ], "license": "MIT", "bugs": { - "url": "https://github.com/ahume/flight-with-resources/issues" + "url": "https://github.com/flightjs/flight-with-resources/issues" }, - "homepage": "https://github.com/ahume/flight-with-resources" + "homepage": "https://github.com/flightjs/flight-with-resources" }