From 8bd83f028ae4f2a1f15a32ce84fb7962d7bcc5e6 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 26 Dec 2016 00:57:44 +0100 Subject: [PATCH] Simplify repository value Since we're using GitHub we can use the shorthand syntax. --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index ebdf70e..894f6fe 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,7 @@ "prepublish": "npm run lint && npm test && npm run build:browser", "lint": "eslint src browser test/test.js test/utils test/**/_config.js" }, - "repository": { - "type": "git", - "url": "https://github.com/rollup/rollup" - }, + "repository": "rollup/rollup", "keywords": [ "modules", "bundler",