Skip to content

Commit 5eab9b9

Browse files
committed
chore: mark package as publicly accessible on npm
1 parent 326320f commit 5eab9b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"files": [
2626
"lib"
2727
],
28+
"publishConfig": {
29+
"access": "public"
30+
},
2831
"scripts": {
2932
"build": "rimraf ./lib && tsc && npm run build:docs",
3033
"build:docs": "api-extractor run --local && api-documenter markdown -i docs/temp -o docs",

0 commit comments

Comments
 (0)