mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
Rework npm configuration (#3657)
* Rework npm configuration * Delete package-lock.json * Return some metadata
This commit is contained in:
parent
8d70685f0b
commit
06c08c0b23
1 changed files with 6 additions and 8 deletions
14
package.json
14
package.json
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue