Skip to content

Commit

Permalink
Merge pull request #3 from ChainSafe/nh/fix-pkg
Browse files Browse the repository at this point in the history
Fix pkg config
  • Loading branch information
nazarhussain authored Oct 8, 2024
2 parents f221544 + 97f5ab4 commit 543ae01
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com:ChainSafe/xdelta3-node.git"
"url": "git+https://github.com/ChainSafe/xdelta3-node.git"
},
"bugs": {
"url": "https://github.com/ChainSafe/xdelta3-node/issues"
Expand Down

0 comments on commit 543ae01

Please sign in to comment.