From 477e06b57c3f6a5a534598bbce660821f42ca70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 14 Oct 2016 20:13:24 +0200 Subject: [PATCH] Simplify package.json --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index a2bf63d7564b5..a52628a2deef4 100644 --- a/package.json +++ b/package.json @@ -17,15 +17,9 @@ "test:snyk": "snyk test", "postinstall": "snyk protect" }, - "repository": { - "type": "git", - "url": "git+https://github.com/nodejs/nodejs.org.git" - }, + "repository": "nodejs/nodejs.org", "author": "Node.js Website Working Group", "license": "MIT", - "bugs": { - "url": "https://github.com/nodejs/nodejs.org/issues" - }, "engines": { "node": ">=4.0.0" },