Skip to content

Commit 5484f4c

Browse files
mikolalysenkoclaude
andcommitted
Add packageManager field to specify pnpm version
Fixes workflow error by specifying [email protected] in package.json, matching the parent repository's configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3e39c87 commit 5484f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@socketsecurity/socket-patch",
33
"version": "0.1.0",
4+
"packageManager": "[email protected]",
45
"description": "CLI tool for applying security patches to dependencies",
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)