Rework npm configuration (#3657)

* Rework npm configuration

* Delete package-lock.json

* Return some metadata
client-spec/clarity
Zlatan Vasović 2020-01-29 12:58:03 +01:00 committed by GitHub
parent 8d70685f0b
commit 06c08c0b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -1,7 +1,9 @@
{
"name": "tldr",
"version": "1.0.0",
"description": "Simplified, community-driven man pages",
"description": "Simplified and community-driven man pages",
"author": "Romain Prieto",
"license": "SEE LICENSE IN LICENSE.md",
"repository": "tldr-pages/tldr",
"homepage": "https://tldr.sh/",
"dependencies": {
"glob": "7.1.3",
"markdownlint-cli": "0.19.0",
@ -19,9 +21,5 @@
"pre-commit": "npm test"
}
},
"repository": "tldr-pages/tldr",
"author": "Romain Prieto",
"private": true,
"license": "MIT",
"homepage": "http://tldr-pages.github.io"
"private": true
}