We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb2b84 commit 4f4dd6cCopy full SHA for 4f4dd6c
2 files changed
packages/plugin-components-pane/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alilc/lowcode-plugin-components-pane",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "低代码组件面板",
5
"files": [
6
"es/",
@@ -13,7 +13,8 @@
13
"start": "build-scripts start",
14
"build": "build-scripts build --skip-demo",
15
"f2elint-scan": "f2elint scan",
16
- "f2elint-fix": "f2elint fix"
+ "f2elint-fix": "f2elint fix",
17
+ "prepublishOnly": "npm run build"
18
},
19
"keywords": [
20
"lowcode",
packages/plugin-components-pane/src/utils/transform.ts
@@ -48,7 +48,7 @@ export interface SortedGroups {
48
}
49
50
export interface IgnoreComponents {
51
- [package: string]: string[];
+ [key: string]: string[];
52
53
54
export default function transform(raw: any) {
0 commit comments