From 40060d69c294c261fa78a098cf70b2c55eb66484 Mon Sep 17 00:00:00 2001 From: Li Xuanji Date: Fri, 27 Jul 2018 22:28:03 -0400 Subject: [PATCH] Set homepage and github links in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2bbd91..408fc3e 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "author": "Chris Hitchcott (http://hitchcott.com)", "repository": { "type": "git", - "url": "https://github.com/DigixGlobal/doxidity.git" + "url": "https://github.com/DigixGlobal/doxity.git" }, - "homepage": "https://github.com/DigixGlobal/doxidity", + "homepage": "https://github.com/DigixGlobal/doxity", "devDependencies": { "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.16.0",