Skip to content

Commit e8e48b8

Browse files
authored
Merge pull request #4 from MicrosApp/develop
🔧 更新配置
2 parents adb2f52 + d6cbbd5 commit e8e48b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Micro APP CLI
22

3-
Pluggable application framework.
3+
Pluggable micro application framework.
44

55
基于webpack多入口的多仓库业务模块开发的插件应用框架脚手架.
66

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@micro-app/cli",
33
"version": "0.1.1-rc.1",
4-
"description": "micro app cli",
4+
"description": "[CLI] Pluggable micro application framework.",
55
"bin": {
66
"micro-app": "./bin/micro-app.js",
77
"micro-app-dev": "./bin/micro-app-dev.js",
@@ -11,13 +11,13 @@
1111
"scripts": {
1212
"test": "jest"
1313
},
14-
"homepage": "https://github.com/zyao89/MicroApp-CLI",
14+
"homepage": "https://github.com/MicrosApp/MicroApp-CLI",
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/zyao89/MicroApp-CLI.git"
17+
"url": "git+https://github.com/MicrosApp/MicroApp-CLI.git"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/zyao89/MicroApp-CLI/issues"
20+
"url": "https://github.com/MicrosApp/MicroApp-CLI/issues"
2121
},
2222
"files": [
2323
"bin",

0 commit comments

Comments
 (0)