Skip to content

Commit 6015c5d

Browse files
xiaohuoniJackLian
authored andcommitted
chore: set repo
1 parent 182fdae commit 6015c5d

File tree

19 files changed

+111
-22
lines changed

19 files changed

+111
-22
lines changed

modules/code-generator/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,10 @@
144144
"access": "public",
145145
"registry": "https://registry.npmjs.org/"
146146
},
147-
"repository": "git@github.com:alibaba/lowcode-engine.git"
147+
"repository": {
148+
"type": "http",
149+
"url": "https://github.com/alibaba/lowcode-engine/tree/main/modules/code-generator"
150+
},
151+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
152+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
148153
}

modules/material-parser/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,11 @@
6666
},
6767
"engines": {
6868
"node": ">=10.0.0"
69-
}
69+
},
70+
"repository": {
71+
"type": "http",
72+
"url": "https://github.com/alibaba/lowcode-engine/tree/main/modules/material-parser"
73+
},
74+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
75+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
7076
}

packages/designer/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@
5353
"type": "http",
5454
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer"
5555
},
56-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
56+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
57+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
58+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
5759
}

packages/editor-core/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@
4747
"type": "http",
4848
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core"
4949
},
50-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
50+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
51+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
52+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
5153
}

packages/editor-skeleton/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@
4242
"type": "http",
4343
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton"
4444
},
45-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
45+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
46+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
47+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
4648
}

packages/engine/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@
5353
"type": "http",
5454
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine"
5555
},
56-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
56+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
57+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
58+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
5759
}

packages/ignitor/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
"devDependencies": {
1717
"@alib/build-scripts": "^0.1.18",
1818
"fs-extra": "^10.0.0"
19-
}
19+
},
20+
"repository": {
21+
"type": "http",
22+
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/ignitor"
23+
},
24+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
25+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
2026
}

packages/plugin-designer/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@
3737
"type": "http",
3838
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer"
3939
},
40-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
40+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
41+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
42+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
4143
}

packages/plugin-outline-pane/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@
3838
"type": "http",
3939
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane"
4040
},
41-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
41+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
42+
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
43+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
4244
}

packages/rax-renderer/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/rax-renderer"
4949
},
5050
"license": "MIT",
51-
"homepage": "https://unpkg.alibaba-inc.com/@alilc/lowcode-rax-renderer@0.1.2/build/index.html",
52-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
51+
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
52+
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
53+
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
5354
}

0 commit comments

Comments
 (0)