mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 14:17:56 +01:00
Simplify package.json (#1090)
Reference: https://docs.npmjs.com/files/package.json
This commit is contained in:
parent
5a40607fff
commit
1d5fb3263c
1 changed files with 2 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue