Skip to content

Commit

Permalink
fix: add list of files to publish on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 15, 2023
1 parent 9aa74b8 commit fc4d668
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"main": "build/index.js",
"type": "module",
"files": [],
"files": [
"build",
"!build/bin",
"!build/tests"
],
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js",
Expand Down

0 comments on commit fc4d668

Please sign in to comment.