Skip to content

Commit

Permalink
fix: revert packaging change (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored Jul 29, 2024
1 parent fb17ca3 commit 5c336d8
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 24 deletions.
3 changes: 0 additions & 3 deletions packaging/npm/lefthook-darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-windows-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 0 additions & 3 deletions packaging/npm/lefthook-windows-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.7.10",
"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: 3 additions & 0 deletions packaging/npm/lefthook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"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 5c336d8

Please sign in to comment.