Skip to content

Commit f588f45

Browse files
Fix package.json using npm pkg fix
1 parent 41b37b3 commit f588f45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Simplified and community-driven man pages",
55
"author": "Romain Prieto",
66
"license": "MIT",
7-
"repository": "tldr-pages/tldr-node-client",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/tldr-pages/tldr-node-client.git"
10+
},
811
"keywords": [
912
"man",
1013
"pages",
@@ -35,7 +38,7 @@
3538
"LICENSE.md"
3639
],
3740
"bin": {
38-
"tldr": "./bin/tldr"
41+
"tldr": "bin/tldr"
3942
},
4043
"preferGlobal": true,
4144
"directories": {

0 commit comments

Comments
 (0)