Skip to content

Commit 5bc23e1

Browse files
committed
chore(package): 添加 scope package 发布权限
1 parent 0eb2203 commit 5bc23e1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/lib/utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.6.0",
44
"description": "vue json schema form 使用的基础utils工具类",
55
"private": false,
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"keywords": [
710
"@lljj/vjsf-utils",
811
"vue",

packages/lib/vue2/vue2-core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"jsonSchema"
1212
],
1313
"private": false,
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"dependencies": {
1518
"@lljj/vjsf-utils": "0.6.0"
1619
},

0 commit comments

Comments
 (0)