Skip to content

Commit 74b9ea8

Browse files
Publish
- @kc-components/[email protected] - @kc-components/[email protected]
1 parent a68e6d1 commit 74b9ea8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kc-components/basic",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "基础组件",
55
"keywords": [],
66
"homepage": "https://github.com/Jackson-Mseven/kc-components#readme",
@@ -24,9 +24,6 @@
2424
"dist",
2525
"types"
2626
],
27-
"publishConfig": {
28-
"access": "public"
29-
},
3027
"scripts": {
3128
"build": "rollup -c"
3229
},
@@ -45,5 +42,8 @@
4542
"typescript": "^5.8.2"
4643
},
4744
"packageManager": "[email protected]",
45+
"publishConfig": {
46+
"access": "public"
47+
},
4848
"gitHead": "adb73d06b7fd69e86942e6c30d744be394dbe3a1"
4949
}

packages/utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kc-components/utils",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "通用方法",
55
"keywords": [
66
"util"
@@ -24,9 +24,6 @@
2424
"lib",
2525
"dist"
2626
],
27-
"publishConfig": {
28-
"access": "public"
29-
},
3027
"scripts": {
3128
"build": "rollup -c"
3229
},
@@ -36,5 +33,8 @@
3633
"@rollup/plugin-typescript": "^12.1.2",
3734
"rollup": "^4.38.0",
3835
"rollup-plugin-terser": "^7.0.2"
36+
},
37+
"publishConfig": {
38+
"access": "public"
3939
}
4040
}

0 commit comments

Comments
 (0)