Skip to content

Commit

Permalink
fix: don't export bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Feb 7, 2024
1 parent af11df8 commit 3f9708d
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 @@ -20,8 +20,7 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./bin/*": "./bin/*"
}
},
"files": [
"bin",
Expand Down

0 comments on commit 3f9708d

Please sign in to comment.