Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
fix(manpage): fix manpage for real because files syntax is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jul 8, 2017
1 parent e9afd50 commit 9145e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/README.md
/npx.1
/package.json
/npx.1
/package-lock.json
/node_modules
4 changes: 2 additions & 2 deletions bin/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"bin": "index.js",
"man": "./npx.1",
"files": [
"./*.js",
"./npx.1"
"*.js",
"npx.1"
],
"keywords": [
"npm",
Expand Down

0 comments on commit 9145e2a

Please sign in to comment.