Skip to content

Commit ecd2b75

Browse files
committed
Lint passes
1 parent e6a7570 commit ecd2b75

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.oxfmtignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHANGELOG.md

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
}
3232
}
3333
},
34+
"publishConfig": {
35+
"access": "public",
36+
"registry": "https://registry.npmjs.org"
37+
},
3438
"scripts": {
3539
"prepack": "tsc",
3640
"format": "oxfmt",
@@ -57,9 +61,5 @@
5761
"engines": {
5862
"node": ">=20.19.0"
5963
},
60-
"packageManager": "pnpm@10.32.1",
61-
"publishConfig": {
62-
"registry": "https://registry.npmjs.org",
63-
"access": "public"
64-
}
64+
"packageManager": "pnpm@10.32.1"
6565
}

0 commit comments

Comments
 (0)