We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb2203 commit 5bc23e1Copy full SHA for 5bc23e1
packages/lib/utils/package.json
@@ -3,6 +3,9 @@
3
"version": "0.6.0",
4
"description": "vue json schema form 使用的基础utils工具类",
5
"private": false,
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
"keywords": [
10
"@lljj/vjsf-utils",
11
"vue",
packages/lib/vue2/vue2-core/package.json
@@ -11,6 +11,9 @@
"jsonSchema"
12
],
13
14
15
16
17
"dependencies": {
18
"@lljj/vjsf-utils": "0.6.0"
19
},
0 commit comments