From 6cfd1a5fc2bcbda2636aff2a03bbb6067edc195f Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 25 Oct 2016 20:45:35 +0200 Subject: [PATCH] Improved repository field in package file --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index d1aae26d..6bc0df10 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "./dist/lib/index.js", "homepage": "https://github.com/zeit/next.js", "license": "MIT", + "repository": "zeit/next.js", "files": [ "dist" ], @@ -80,9 +81,5 @@ }, "standard": { "parser": "babel-eslint" - }, - "repository": { - "type": "git", - "url": "https://github.com/zeit/next.js.git" } }