From 82f8dd35be67465dd5e0c5db5e759f42e8531f9a Mon Sep 17 00:00:00 2001 From: lieu Date: Sun, 6 Aug 2017 14:41:36 +0800 Subject: [PATCH] Fix package.json to point to correct git repo --- dist/package.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/package.json b/dist/package.json index 99610f1..b332dcd 100644 --- a/dist/package.json +++ b/dist/package.json @@ -27,12 +27,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/lieuzhenghong/surveyor.git" + "url": "git+https://github.com/lieuzhenghong/inspectors-gadget.git" }, "author": "lieu", "license": "BY-NC-SA", "bugs": { - "url": "https://github.com/lieuzhenghong/surveyor/issues" + "url": "https://github.com/lieuzhenghong/inspectors-gadget/issues" }, - "homepage": "https://github.com/lieuzhenghong/surveyor#readme" + "homepage": "https://github.com/lieuzhenghong/inspectors-gadget#readme" } diff --git a/package.json b/package.json index 259a81b..88ed22e 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/lieuzhenghong/surveyor.git" + "url": "git+https://github.com/lieuzhenghong/inspectors-gadget.git" }, "author": "lieu", "license": "BY-NC-SA", "bugs": { - "url": "https://github.com/lieuzhenghong/surveyor/issues" + "url": "https://github.com/lieuzhenghong/inspectors-gadget/issues" }, - "homepage": "https://github.com/lieuzhenghong/surveyor#readme" + "homepage": "https://github.com/lieuzhenghong/inspectors-gadget#readme" }