Skip to content

Commit d5c450c

Browse files
committed
Replace leftover mentions of package-template
1 parent bd96c76 commit d5c450c

14 files changed

Lines changed: 31 additions & 29 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111

112112
test-macos-binding:
113113
name: Test ${{ matrix.settings.target }} with node@${{ matrix.node }}
114+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
114115
needs:
115116
- build
116117
strategy:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
authors = ["LongYinan <lynweklm@gmail.com>"]
2+
authors = ["Simon Oulevay <rust@alphahydrae.com>"]
33
edition = "2021"
4-
name = "napi-package-template"
4+
name = "node-exec"
55
version = "0.1.0"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

npm/darwin-arm64/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@napi-rs/package-template-darwin-arm64`
1+
# `@alphahydrae/exec-darwin-arm64`
22

3-
This is the **aarch64-apple-darwin** binary for `@napi-rs/package-template`
3+
This is the **aarch64-apple-darwin** binary for `@alphahydrae/exec`

npm/darwin-x64/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@napi-rs/package-template-darwin-x64`
1+
# `@alphahydrae/exec-darwin-x64`
22

3-
This is the **x86_64-apple-darwin** binary for `@napi-rs/package-template`
3+
This is the **x86_64-apple-darwin** binary for `@alphahydrae/exec`

npm/darwin-x64/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"cpu": [
1414
"x64"
1515
],
16-
"main": "package-template.darwin-x64.node",
16+
"main": "exec.darwin-x64.node",
1717
"files": [
18-
"package-template.darwin-x64.node"
18+
"exec.darwin-x64.node"
1919
],
2020
"repository": {
2121
"type": "git",
@@ -24,4 +24,4 @@
2424
"engines": {
2525
"node": "^18 || ^20 || ^22"
2626
}
27-
}
27+
}

npm/linux-arm64-gnu/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@napi-rs/package-template-linux-arm64-gnu`
1+
# `@alphahydrae/exec-linux-arm64-gnu`
22

3-
This is the **aarch64-unknown-linux-gnu** binary for `@napi-rs/package-template`
3+
This is the **aarch64-unknown-linux-gnu** binary for `@alphahydrae/exec`

npm/linux-arm64-gnu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"libc": [
1717
"glibc"
1818
],
19-
"main": "package-template.linux-arm64-gnu.node",
19+
"main": "exec.linux-arm64-gnu.node",
2020
"files": [
21-
"package-template.linux-arm64-gnu.node"
21+
"exec.linux-arm64-gnu.node"
2222
],
2323
"repository": {
2424
"type": "git",
@@ -27,4 +27,4 @@
2727
"engines": {
2828
"node": "^18 || ^20 || ^22"
2929
}
30-
}
30+
}

npm/linux-arm64-musl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@napi-rs/package-template-linux-arm64-musl`
1+
# `@alphahydrae/exec-linux-arm64-musl`
22

3-
This is the **aarch64-unknown-linux-musl** binary for `@napi-rs/package-template`
3+
This is the **aarch64-unknown-linux-musl** binary for `@alphahydrae/exec`

npm/linux-arm64-musl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"libc": [
1717
"musl"
1818
],
19-
"main": "package-template.linux-arm64-musl.node",
19+
"main": "exec.linux-arm64-musl.node",
2020
"files": [
21-
"package-template.linux-arm64-musl.node"
21+
"exec.linux-arm64-musl.node"
2222
],
2323
"repository": {
2424
"type": "git",
@@ -27,4 +27,4 @@
2727
"engines": {
2828
"node": "^18 || ^20 || ^22"
2929
}
30-
}
30+
}

npm/linux-x64-gnu/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `@napi-rs/package-template-linux-x64-gnu`
1+
# `@alphahydrae/exec-linux-x64-gnu`
22

3-
This is the **x86_64-unknown-linux-gnu** binary for `@napi-rs/package-template`
3+
This is the **x86_64-unknown-linux-gnu** binary for `@alphahydrae/exec`

0 commit comments

Comments
 (0)