Skip to content

Commit 7682a79

Browse files
committedFeb 10, 2025
chore(plugin): fix npm private config
1 parent ff5aa97 commit 7682a79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎libs/plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "angular-three-plugin",
33
"version": "0.0.0-replace",
4-
"private": true,
4+
"publishConfig": {
5+
"access": "public"
6+
},
57
"type": "commonjs",
68
"main": "./src/index.js",
79
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.