1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 15:46:02 +02:00

Drop bugs URL from package.json (#1110)

Ref: https://github.com/npm/normalize-package-data#what-normalization-currently-entails
This commit is contained in:
Zlatan Vasović 2016-10-13 08:45:28 +02:00 committed by Agniva De Sarker
parent c15d705d40
commit cc3d1bf0ed

View file

@ -19,6 +19,5 @@
"author": "Romain Prieto", "author": "Romain Prieto",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/tldr-pages/tldr/issues",
"homepage": "http://tldr-pages.github.io" "homepage": "http://tldr-pages.github.io"
} }