gorig-cli 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,7 @@ gorig-cli init my-new-project
24
24
 
25
25
  ### 创建新模块
26
26
 
27
- 使用 `create` 命令创建一个新模块:
27
+ 在项目根目录下使用 `create` 命令创建一个新模块:
28
28
 
29
29
  ```sh
30
30
  gorig-cli create user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gorig-cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "gorig构建工具",
6
6
  "main": "bin/cli.js",