Skip to content

Commit ca1a845

Browse files
committed
chore: correct formatting in Docusaurus config and streamline npm publish arguments
1 parent 49bd44d commit ca1a845

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ const config: Config = {
6262
},
6363
{
6464
property: "og:description",
65-
content:
66-
"A fast, modern version-checking library for React Native, powered by Nitro Modules.",
65+
content: "A fast, modern version-checking library for React Native, powered by Nitro Modules.",
6766
},
6867
{
6968
property: "og:image",

package/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@
8585
"npm": {
8686
"publish": true,
8787
"skipChecks": true,
88-
"publishArgs": [
89-
"--provenance --access public"
90-
]
88+
"publishArgs": ["--provenance --access public"]
9189
},
9290
"github": {
9391
"release": true

0 commit comments

Comments
 (0)