Skip to content

Commit 213e3b3

Browse files
committed
fix: add publishConfig to npm sub-packages for first-time publish
1 parent 8ada41c commit 213e3b3

8 files changed

Lines changed: 32 additions & 8 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"repository": "https://github.com/utooland/domparser-rs",
2828
"os": [
2929
"darwin"
30-
]
30+
],
31+
"publishConfig": {
32+
"access": "public"
33+
}
3134
}

npm/darwin-x64/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"repository": "https://github.com/utooland/domparser-rs",
2828
"os": [
2929
"darwin"
30-
]
30+
],
31+
"publishConfig": {
32+
"access": "public"
33+
}
3134
}

npm/linux-arm64-gnu/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
],
3131
"libc": [
3232
"glibc"
33-
]
33+
],
34+
"publishConfig": {
35+
"access": "public"
36+
}
3437
}

npm/linux-arm64-musl/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
],
3131
"libc": [
3232
"musl"
33-
]
33+
],
34+
"publishConfig": {
35+
"access": "public"
36+
}
3437
}

npm/linux-x64-gnu/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
],
3131
"libc": [
3232
"glibc"
33-
]
33+
],
34+
"publishConfig": {
35+
"access": "public"
36+
}
3437
}

npm/linux-x64-musl/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
],
3131
"libc": [
3232
"musl"
33-
]
33+
],
34+
"publishConfig": {
35+
"access": "public"
36+
}
3437
}

npm/win32-arm64-msvc/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"repository": "https://github.com/utooland/domparser-rs",
2828
"os": [
2929
"win32"
30-
]
30+
],
31+
"publishConfig": {
32+
"access": "public"
33+
}
3134
}

npm/win32-x64-msvc/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"repository": "https://github.com/utooland/domparser-rs",
2828
"os": [
2929
"win32"
30-
]
30+
],
31+
"publishConfig": {
32+
"access": "public"
33+
}
3134
}

0 commit comments

Comments
 (0)