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