From 96b3e2baf29e0c304b787cd1267f485bdda0afe5 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 10 Nov 2018 15:24:15 +0200 Subject: [PATCH] Fix package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d2ecbe9a..3dff34f2c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "repository": { "type": "git", - "url": "https://30secondsofcode.org/" + "url": "git+https://github.com/30-seconds/30-seconds-of-code.git" }, "keywords": [ "javascript", @@ -52,6 +52,6 @@ "bugs": { "url": "https://github.com/30-seconds/30-seconds-of-code/issues" }, - "homepage": "https://github.com/30-seconds/30-seconds-of-code#readme", + "homepage": "https://30secondsofcode.org/", "dependencies": {} }