Skip to content

Commit

Permalink
fix: npm fix packages (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored Jul 26, 2024
1 parent ac882cc commit 2f3f53f
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 13 deletions.
7 changes: 5 additions & 2 deletions packaging/npm-bundled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"description": "Simple git hooks manager",
"main": "bin/index.js",
"bin": {
"lefthook": "./bin/index.js"
"lefthook": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"repository": "https://github.com/evilmartians/lefthook",
"keywords": [
"git",
"hook",
Expand Down
7 changes: 5 additions & 2 deletions packaging/npm-installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"description": "Simple git hooks manager",
"main": "bin/index.js",
"bin": {
"lefthook": "./bin/index.js"
"lefthook": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"repository": "https://github.com/evilmartians/lefthook",
"keywords": [
"git",
"hook",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The macOS ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The macOS 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The FreeBSD 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The Linux 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-windows-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook-windows-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.7.7",
"description": "The Windows 64-bit binary for lefthook, git hooks manager.",
"preferUnplugged": false,
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/evilmartians/lefthook/issues",
Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/lefthook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "lefthook",
"version": "1.7.7",
"description": "Simple git hooks manager",
"repository": "https://github.com/evilmartians/lefthook",
"repository": {
"type": "git",
"url": "git+https://github.com/evilmartians/lefthook.git"
},
"main": "bin/index.js",
"bin": {
"lefthook": "bin/index.js"
Expand Down

0 comments on commit 2f3f53f

Please sign in to comment.