Skip to content

Commit 70abf8b

Browse files
committed
fix(packages): run pnpm pkg fix to normalize package.json fields
1 parent 70de902 commit 70abf8b

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

packages/socket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:watch": "vitest"
3838
},
3939
"bin": {
40-
"socket": "./dist/bootstrap.js"
40+
"socket": "dist/bootstrap.js"
4141
},
4242
"devDependencies": {
4343
"@socketsecurity/lib": "catalog:",

packages/socketbin-cli-alpine-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket"
12+
"socket": "bin/socket"
1313
},
1414
"os": [
1515
"linux"

packages/socketbin-cli-alpine-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket"
12+
"socket": "bin/socket"
1313
},
1414
"os": [
1515
"linux"

packages/socketbin-cli-darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket"
12+
"socket": "bin/socket"
1313
},
1414
"os": [
1515
"darwin"

packages/socketbin-cli-darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket"
12+
"socket": "bin/socket"
1313
},
1414
"os": [
1515
"darwin"

packages/socketbin-cli-linux-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket"
12+
"socket": "bin/socket"
1313
},
1414
"os": [
1515
"linux"

packages/socketbin-cli-linux-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket"
12+
"socket": "bin/socket"
1313
},
1414
"os": [
1515
"linux"

packages/socketbin-cli-win32-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket.exe"
12+
"socket": "bin/socket.exe"
1313
},
1414
"os": [
1515
"win32"

packages/socketbin-cli-win32-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/SocketDev/socket-cli"
9+
"url": "git+https://github.com/SocketDev/socket-cli.git"
1010
},
1111
"bin": {
12-
"socket": "./bin/socket.exe"
12+
"socket": "bin/socket.exe"
1313
},
1414
"os": [
1515
"win32"

0 commit comments

Comments
 (0)