From cc3d1bf0edb27991d8ccd07f315adc51be847d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 13 Oct 2016 08:45:28 +0200 Subject: [PATCH] Drop bugs URL from package.json (#1110) Ref: https://github.com/npm/normalize-package-data#what-normalization-currently-entails --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f0ab5f12a..f95ccd844 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,5 @@ "author": "Romain Prieto", "private": true, "license": "MIT", - "bugs": "https://github.com/tldr-pages/tldr/issues", "homepage": "http://tldr-pages.github.io" }