Skip to content

Commit

Permalink
chore: revert bin field
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 5, 2024
1 parent dea40f0 commit 90fe28d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"rfc4122"
],
"license": "MIT",
"bin": "./dist/bin/uuid",
"bin": {
"uuid": "./dist/bin/uuid"
},
"sideEffects": false,
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 90fe28d

Please sign in to comment.