From 081dd33e73ce3ce8a639e84a9af901b388b491b5 Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Thu, 15 Jan 2015 10:07:54 +0900 Subject: [PATCH] Update repository info and homepage URL * link to https://6to5.org * use user/repo style --- package.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c51ab1165a..baaca5241e 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,8 @@ "description": "Turn ES6 code into readable vanilla ES5 with source maps", "version": "2.12.3", "author": "Sebastian McKenzie ", - "homepage": "https://github.com/6to5/6to5", - "repository": { - "type": "git", - "url": "https://github.com/6to5/6to5.git" - }, - "bugs": { - "url": "https://github.com/6to5/6to5/issues" - }, + "homepage": "https://6to5.org/", + "repository": "6to5/6to5", "preferGlobal": true, "main": "lib/6to5/index.js", "bin": {