Skip to content

Commit

Permalink
feat: add bin directory as export (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jan 18, 2024
1 parent 5062dea commit d0e83e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"./bin/*": "./bin/*"
},
"files": [
"bin",
Expand Down

0 comments on commit d0e83e6

Please sign in to comment.