Skip to content

Commit 8a4da96

Browse files
authored
Add 'publishConfig' field to package.json (#80)
This commit adds a 'publishConfig' object to package.json to configure the registry and the access level for publishing the package to npmjs.
1 parent 1b558ef commit 8a4da96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@
6868
"packageManager": "yarn@3.2.4",
6969
"engines": {
7070
"node": ">=16.0.0"
71+
},
72+
"publishConfig": {
73+
"access": "public",
74+
"registry": "https://registry.npmjs.org/"
7175
}
7276
}

0 commit comments

Comments
 (0)