Skip to content

Commit 5c336d8

Browse files
authored
fix: revert packaging change (#796)
1 parent fb17ca3 commit 5c336d8

File tree

9 files changed

+3
-24
lines changed

9 files changed

+3
-24
lines changed

packaging/npm/lefthook-darwin-arm64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-darwin-x64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-freebsd-arm64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-freebsd-x64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-linux-arm64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-linux-x64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-windows-arm64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook-windows-x64/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "1.7.10",
44
"description": "The Windows 64-bit binary for lefthook, git hooks manager.",
55
"preferUnplugged": false,
6-
"bin": {
7-
"lefthook": "bin/lefthook"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/evilmartians/lefthook.git"

packaging/npm/lefthook/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"url": "git+https://github.com/evilmartians/lefthook.git"
88
},
99
"main": "bin/index.js",
10+
"bin": {
11+
"lefthook": "bin/index.js"
12+
},
1013
"keywords": [
1114
"git",
1215
"hook",

0 commit comments

Comments
 (0)