Skip to content

Commit

Permalink
packaging(npm): try direct reference for lefthook executable (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 29, 2024
1 parent 91d680a commit 19b7a72
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-windows-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 3 additions & 0 deletions packaging/npm/lefthook-windows-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.7.9",
"description": "The Windows 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"bin": {
"lefthook": "bin/lefthook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
Expand Down
3 changes: 0 additions & 3 deletions packaging/npm/lefthook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"main": "bin/index.js",
"bin": {
"lefthook": "bin/index.js"
},
"keywords": [
"git",
"hook",
Expand Down

0 comments on commit 19b7a72

Please sign in to comment.