From 8b87f2848b801abd80585d1444fd0e27bc1a08cc Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Mon, 10 Jul 2017 11:53:48 -0600 Subject: [PATCH] Update README with GitLab urls --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ace933..aade8b2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/coolaj86/human-readable-ids-js.git" + "url": "git+https://git.daplie.com/Daplie/human-readable-ids-js.git" }, "keywords": [ "hri", @@ -30,7 +30,7 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "Apache2", "bugs": { - "url": "https://github.com/coolaj86/human-readable-ids-js/issues" + "url": "https://git.daplie.com/Daplie/human-readable-ids-js/issues" }, - "homepage": "https://github.com/coolaj86/human-readable-ids-js" + "homepage": "https://git.daplie.com/Daplie/human-readable-ids-js#readme" }