Skip to content

Commit

Permalink
fix: do not include src files in npm package (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan authored May 16, 2024
1 parent b8605a5 commit 2d23251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist",
"src"
"dist"
],
"scripts": {
"start": "npm run build:esm -- --watch",
Expand Down

0 comments on commit 2d23251

Please sign in to comment.