Skip to content

Commit 5965736

Browse files
committed
fix(cli-with-sentry): use socket-with-sentry bin name
Changed bin entry from "socket" to "socket-with-sentry" to distinguish it from the standard CLI package.
1 parent b4f6af5 commit 5965736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-with-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://socket.dev"
1717
},
1818
"bin": {
19-
"socket": "dist/cli.js"
19+
"socket-with-sentry": "dist/cli.js"
2020
},
2121
"files": [
2222
"data/**",

0 commit comments

Comments
 (0)