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" } }