We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7570 commit ecd2b75Copy full SHA for ecd2b75
2 files changed
.oxfmtignore
@@ -0,0 +1 @@
1
+CHANGELOG.md
package.json
@@ -31,6 +31,10 @@
31
}
32
33
},
34
+ "publishConfig": {
35
+ "access": "public",
36
+ "registry": "https://registry.npmjs.org"
37
+ },
38
"scripts": {
39
"prepack": "tsc",
40
"format": "oxfmt",
@@ -57,9 +61,5 @@
57
61
"engines": {
58
62
"node": ">=20.19.0"
59
63
60
- "packageManager": "pnpm@10.32.1",
- "publishConfig": {
- "registry": "https://registry.npmjs.org",
- "access": "public"
64
- }
+ "packageManager": "pnpm@10.32.1"
65
0 commit comments