@moluoxixi/create-app 2.0.438 → 2.0.439

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": "@moluoxixi/create-app",
3
- "version": "2.0.438",
3
+ "version": "2.0.439",
4
4
  "type": "module",
5
5
  "description": "Create Vue/React projects with atomic layered architecture",
6
6
  "main": "dist/index.js",
@@ -1,20 +1,16 @@
1
- # user
2
- typings
1
+ # 依赖(可选)
2
+ *-lock.*
3
3
 
4
4
  # Logs
5
5
  logs
6
6
  *.log
7
- npm-debug.log*
8
- yarn-debug.log*
9
- yarn-error.log*
10
- pnpm-debug.log*
11
- lerna-debug.log*
7
+ *.log*
12
8
 
9
+ # outs
13
10
  node_modules
14
11
  dist
12
+ *.zip
15
13
  *.local
16
- test
17
- test.zip
18
14
  .DS_Store
19
15
 
20
16
  # Editor directories and files
@@ -38,5 +34,4 @@ coverage
38
34
  # 缓存
39
35
  .cache
40
36
  .temp
41
- *.tsbuildinfo
42
-
37
+ *.tsbuildinfo