Skip to content

Commit afdcbf8

Browse files
committed
chore: fix package error by augment
1 parent 1ed973d commit afdcbf8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/migration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,6 @@ MIT License
331331

332332
---
333333

334-
**更多文档**: [GitHub Repository](https://github.com/phodal/vue-migrate/tree/master/packages/framework)
335-
**问题反馈**: [GitHub Issues](https://github.com/phodal/vue-migrate/issues)
336-
**社区讨论**: [Discussions](https://github.com/phodal/vue-migrate/discussions)
334+
**更多文档**: [GitHub Repository](https://github.com/unit-mesh/autodev-workbench/tree/master/packages/framework)
335+
**问题反馈**: [GitHub Issues](https://github.com/unit-mesh/autodev-workbench/issues)
336+
**社区讨论**: [Discussions](https://github.com/unit-mesh/autodev-workbench/discussions)

packages/migration/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@ai-migration/framework",
3-
"version": "1.0.0",
2+
"name": "@autodev/migration",
3+
"version": "0.0.1",
44
"description": "通用AI辅助迁移框架 - 基于Vue迁移工具的成功实践抽象出的轻量级、可扩展的迁移框架",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -33,13 +33,13 @@
3333
"license": "MIT",
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/phodal/vue-migrate.git",
36+
"url": "https://github.com/unit-mesh/autodev-workbench.git",
3737
"directory": "packages/framework"
3838
},
3939
"bugs": {
40-
"url": "https://github.com/phodal/vue-migrate/issues"
40+
"url": "https://github.com/unit-mesh/autodev-workbench/issues"
4141
},
42-
"homepage": "https://github.com/phodal/vue-migrate/tree/master/packages/framework#readme",
42+
"homepage": "https://github.com/unit-mesh/autodev-workbench/tree/master/packages/framework#readme",
4343
"files": [
4444
"lib",
4545
"bin",

0 commit comments

Comments
 (0)