From 2aadc169af1a3184072431f748674c21aa6096f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 30 May 2017 00:29:49 -0700 Subject: [PATCH] fix(docs): make sure man page gets installed --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 763c987..94c9bbe 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "execute npm package binaries", "main": "index.js", "bin": "index.js", + "man": "./npx.1", "files": [ "*.js", "npx.1"