Skip to content

Commit

Permalink
chore: fix repository config (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Dec 4, 2023
1 parent e76bc3e commit e6a8083
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions crates/node_binding/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ice-lab/icepack"
}
}
2 changes: 1 addition & 1 deletion crates/node_binding/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ice-lab/awesome-ice"
"url": "https://github.com/ice-lab/icepack"
}
}
3 changes: 3 additions & 0 deletions crates/node_binding/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ice-lab/icepack"
}
}
5 changes: 4 additions & 1 deletion crates/node_binding/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
},
"libc": [
"glibc"
]
],
"repository": {
"url": "https://github.com/ice-lab/icepack"
}
}
2 changes: 1 addition & 1 deletion crates/node_binding/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"musl"
],
"repository": {
"url": "https://github.com/ice-lab/awesome-ice"
"url": "https://github.com/ice-lab/icepack"
}
}
2 changes: 1 addition & 1 deletion crates/node_binding/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ice-lab/awesome-ice"
"url": "https://github.com/ice-lab/icepack"
}
}
3 changes: 3 additions & 0 deletions crates/node_binding/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ice-lab/icepack"
}
}
3 changes: 3 additions & 0 deletions crates/node_binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"prepublishOnly": "napi prepublish -t npm",
"universal": "napi universal",
"version": "napi version"
},
"repository": {
"url": "https://github.com/ice-lab/icepack"
}
}

0 comments on commit e6a8083

Please sign in to comment.