Skip to content

Commit fb52b59

Browse files
need to explicitly set MongDB package access to public for publish.
1 parent bfea461 commit fb52b59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/module-mongodb/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"main": "dist/index.js",
77
"license": "FSL-1.1-Apache-2.0",
88
"type": "module",
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"scripts": {
1013
"build": "tsc -b",
1114
"build:tests": "tsc -b test/tsconfig.json",

0 commit comments

Comments
 (0)