Skip to content

Commit 4fc3d06

Browse files
committed
chore: add publishConfig to set package access to public
Added `publishConfig` in `package.json` to set the package access to `public` for npm publishing.
1 parent c7a3f23 commit 4fc3d06

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
@@ -29,6 +29,10 @@
2929
"type": "git",
3030
"url": "git+https://github.com/fingerprintjs/semantic-release-native-dependency-plugin.git"
3131
},
32+
"publishConfig": {
33+
"access": "public",
34+
"registry": "https://registry.npmjs.org/"
35+
},
3236
"devDependencies": {
3337
"@commitlint/cli": "^19.7.1",
3438
"@fingerprintjs/commit-lint-dx-team": "^0.1.0",

0 commit comments

Comments
 (0)