create-meadminjs 1.0.0 → 1.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-meadminjs",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -28,7 +28,7 @@ Me-admin 是一个免费开源的后台解决方案,后端基于medwayjs ,前台
28
28
  - pnpm
29
29
  ### 初始化项目
30
30
 
31
- 执行命令 `pnpm create meAdmin` 根据提示数据配置选项即可!
31
+ 执行命令 `pnpm create meadminjs` 根据提示数据配置选项即可!
32
32
 
33
33
  ### 调试项目
34
34