Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 704b94f

Browse files
committed
fix(man): make sure manpage is used in npx bin
1 parent 3d56ffb commit 704b94f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/package.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "execute npm package binaries",
44
"main": "index.js",
55
"bin": "index.js",
6+
"man": "./npx.1",
67
"files": [
78
"./*.js",
89
"./npx.1"

0 commit comments

Comments
 (0)