From 842b97977c15a1b5fc99831fa032d4ab717c1e22 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Fri, 18 Sep 2015 14:10:15 +0100 Subject: [PATCH] Correct package.json URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c3e47bc..16d5807 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/rich-harris/rollup" + "url": "https://github.com/rollup/rollup" }, "keywords": [ "modules", @@ -31,9 +31,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/rich-harris/rollup/issues" + "url": "https://github.com/rollup/rollup/issues" }, - "homepage": "https://github.com/rich-harris/rollup", + "homepage": "https://github.com/rollup/rollup", "devDependencies": { "babel": "^5.8.21", "babel-core": "^5.5.8",