Skip to content

Commit

Permalink
feat: Mark package main as executable/binary
Browse files Browse the repository at this point in the history
  • Loading branch information
karfau committed Sep 11, 2020
1 parent 2cde39c commit 76d7975
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
"node": ">=10"
},
"files": [
"README.md",
"LICENSE",
"xmltest.zip",
"xmltest.json"
],
"bin": {
"xmltest": "xmltest.js"
},
"main": "xmltest.js",
"scripts": {},
"repository": {
Expand Down

0 comments on commit 76d7975

Please sign in to comment.