mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +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",
|
"description": "Simplified and community-driven man pages",
|
||||||
"version": "1.0.0",
|
"author": "Romain Prieto",
|
||||||
"description": "Simplified, community-driven man pages",
|
"license": "SEE LICENSE IN LICENSE.md",
|
||||||
|
"repository": "tldr-pages/tldr",
|
||||||
|
"homepage": "https://tldr.sh/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"glob": "7.1.3",
|
"glob": "7.1.3",
|
||||||
"markdownlint-cli": "0.19.0",
|
"markdownlint-cli": "0.19.0",
|
||||||
|
@ -19,9 +21,5 @@
|
||||||
"pre-commit": "npm test"
|
"pre-commit": "npm test"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repository": "tldr-pages/tldr",
|
"private": true
|
||||||
"author": "Romain Prieto",
|
|
||||||
"private": true,
|
|
||||||
"license": "MIT",
|
|
||||||
"homepage": "http://tldr-pages.github.io"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue