Skip to content

Commit 8c0e9a0

Browse files
feat: add npm publish workflow and publishConfig
1 parent 21abab5 commit 8c0e9a0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
"engines": {
3939
"node": ">=16.0.0"
4040
},
41-
"preferGlobal": true
42-
}
41+
"preferGlobal": true,
42+
"publishConfig": {
43+
"access": "public"
44+
}
45+
}

0 commit comments

Comments
 (0)