mirror of https://github.com/CrimsonTome/tldr.git
Simplify package.json (#1090)
Reference: https://docs.npmjs.com/files/package.jsonwaldyrious/alt-syntax
parent
5a40607fff
commit
1d5fb3263c
|
@ -15,15 +15,10 @@
|
||||||
"test": "markdownlint pages/ && tldr-lint ./pages",
|
"test": "markdownlint pages/ && tldr-lint ./pages",
|
||||||
"build-index": "node ./scripts/build-index.js > pages/index.json"
|
"build-index": "node ./scripts/build-index.js > pages/index.json"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": "tldr-pages/tldr",
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/tldr-pages/tldr.git"
|
|
||||||
},
|
|
||||||
"author": "Romain Prieto",
|
"author": "Romain Prieto",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": "https://github.com/tldr-pages/tldr/issues",
|
||||||
"url": "https://github.com/tldr-pages/tldr/issues"
|
|
||||||
},
|
|
||||||
"homepage": "http://tldr-pages.github.io"
|
"homepage": "http://tldr-pages.github.io"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue