Simplify package.json (#1090)

Reference: https://docs.npmjs.com/files/package.json
waldyrious/alt-syntax
Zlatan Vasović 2016-09-26 09:11:02 +02:00 committed by Waldir Pimenta
parent 5a40607fff
commit 1d5fb3263c
1 changed files with 2 additions and 7 deletions

View File

@ -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"
}