Skip to content

Commit

Permalink
add files list to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 24, 2020
1 parent 1b64c7b commit 73f8f38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"license": "MIT",
"engines": {
"node": ">=10"
}
},
"files": [
"bin",
"lib",
"index.js"
]
}

0 comments on commit 73f8f38

Please sign in to comment.