Skip to content

Commit 8df2a5e

Browse files
committed
Hardcode 'socket' name to encourage folks on '@socketsecurity/cli' to update
1 parent 132038a commit 8df2a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void (async () => {
2929
const rootPkgJson = require(rootPkgJsonPath)
3030

3131
await updateNotifier({
32-
name: rootPkgJson.name,
32+
name: 'socket',
3333
version: rootPkgJson.version,
3434
ttl: 86_400_000 /* 24 hours in milliseconds */
3535
})

0 commit comments

Comments
 (0)