We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d0e59 commit a44b7d3Copy full SHA for a44b7d3
other/hbuilderx-cli/README.md
@@ -15,7 +15,7 @@
15
### 本地安装
16
17
```bash
18
-npm install hbuilderx-cli --save-dev
+npm install @dcloudio/hbuilderx-cli --save-dev
19
```
20
21
## 🚀 快速开始
other/hbuilderx-cli/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "hbuilderx-cli",
+ "name": "@dcloudio/hbuilderx-cli",
3
"version": "1.0.0",
4
"description": "HBuilderX CLI integration for uni-app development",
5
"main": "lib/hbuilderx.js",
@@ -25,7 +25,7 @@
25
"launcher",
26
"development"
27
],
28
- "author": "HBuilderX CLI Team",
+ "author": "DCloud",
29
"license": "MIT",
30
"engines": {
31
"node": ">=12.0.0"
0 commit comments