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.
1 parent aca829a commit 305fbbeCopy full SHA for 305fbbe
package.json
@@ -5,7 +5,6 @@
5
"author": "Romain Prieto",
6
"license": "MIT",
7
"repository": "tldr-pages/tldr-node-client",
8
- "bugs": "https://github.com/tldr-pages/tldr-node-client/issues",
9
"keywords": [
10
"man",
11
"unix",
@@ -21,7 +20,7 @@
21
20
"engines": {
22
"node": ">=0.10"
23
},
24
- "main": "./bin/tldr",
+ "main": "bin/tldr",
25
"files": [
26
"bin",
27
"config.json",
0 commit comments