Skip to content

Commit

Permalink
build: include bin in npm dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 4c2b080 commit 03e66b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"files": [
"dist",
"lib"
"lib",
"bin"
],
"scripts": {
"build": "unbuild",
Expand Down Expand Up @@ -62,4 +63,4 @@
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.6.8"
}
}

0 comments on commit 03e66b0

Please sign in to comment.