Skip to content

Commit

Permalink
Add 'files' field to package (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Sep 20, 2022
1 parent 8401156 commit 0a20ce3
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,6 +6,11 @@
"exports": "./index.js",
"types": "./index.d.ts",
"bin": "cli.js",
"files": [
"cli.js",
"index.js",
"index.d.ts"
],
"sideEffects": false,
"engines": {
"node": ">=14.16"
Expand Down

0 comments on commit 0a20ce3

Please sign in to comment.