Skip to content

Commit 7cf9f2e

Browse files
committed
feat: add publishConfig for public access in package.json
1 parent 5ad8471 commit 7cf9f2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/igniteui-mcp/igniteui-doc-mcp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"bin": {
1212
"igniteui-mcp": "./dist/index.js"
1313
},
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"files": [
1518
"dist/**/*.js",
1619
"dist/**/*.d.ts",

0 commit comments

Comments
 (0)