Skip to content

Commit e4e9826

Browse files
authored
chore(crc32c): set publishConfig.access to public (#207)
When running `lerna publish` to publish a new scoped package, if `publishConfig.access` is unset, then the package is published with private visibility ("restricted") by default [1]. Since these packages are intended for public consumption, we should configure this property accordingly. [1] https://github.com/lerna/lerna/tree/main/commands/publish#publishconfigaccess
1 parent 3d6022d commit e4e9826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/crc32c/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"tslib": "^1.11.1"
23+
},
24+
"publishConfig": {
25+
"access": "public"
2326
}
2427
}

0 commit comments

Comments
 (0)