Skip to content

Commit

Permalink
fix: explicit include files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 3, 2024
1 parent c0ac726 commit ac71bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
],
"type": "module",
"bin": "./src/index.js",
"files": [
"src"
],
"scripts": {
"lint:prettier": "prettier --cache --check --ignore-unknown .",
"prepare": "husky install",
Expand Down

0 comments on commit ac71bda

Please sign in to comment.