From 1d5fb3263cee8ed5784515aa2688559a43e6e53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 26 Sep 2016 09:11:02 +0200 Subject: [PATCH] Simplify package.json (#1090) Reference: https://docs.npmjs.com/files/package.json --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 079b96982..50c8cb3c8 100644 --- a/package.json +++ b/package.json @@ -15,15 +15,10 @@ "test": "markdownlint pages/ && tldr-lint ./pages", "build-index": "node ./scripts/build-index.js > pages/index.json" }, - "repository": { - "type": "git", - "url": "git+https://github.com/tldr-pages/tldr.git" - }, + "repository": "tldr-pages/tldr", "author": "Romain Prieto", "private": true, "license": "MIT", - "bugs": { - "url": "https://github.com/tldr-pages/tldr/issues" - }, + "bugs": "https://github.com/tldr-pages/tldr/issues", "homepage": "http://tldr-pages.github.io" }