We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm pkg fix
1 parent 41b37b3 commit f588f45Copy full SHA for f588f45
package.json
@@ -4,7 +4,10 @@
4
"description": "Simplified and community-driven man pages",
5
"author": "Romain Prieto",
6
"license": "MIT",
7
- "repository": "tldr-pages/tldr-node-client",
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/tldr-pages/tldr-node-client.git"
10
+ },
11
"keywords": [
12
"man",
13
"pages",
@@ -35,7 +38,7 @@
35
38
"LICENSE.md"
36
39
],
37
40
"bin": {
- "tldr": "./bin/tldr"
41
+ "tldr": "bin/tldr"
42
},
43
"preferGlobal": true,
44
"directories": {
0 commit comments