create-packer 1.25.21 → 1.25.23

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-packer",
3
- "version": "1.25.21",
3
+ "version": "1.25.23",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -4,6 +4,7 @@
4
4
  /node_modules
5
5
  /.pnp
6
6
  .pnp.js
7
+ .history
7
8
 
8
9
  # testing
9
10
  /coverage
@@ -23,6 +24,7 @@
23
24
  npm-debug.log*
24
25
  yarn-debug.log*
25
26
  yarn-error.log*
27
+ pnpm-lock.yaml
26
28
 
27
29
  # local env files
28
30
  .env*.local
@@ -31,6 +31,7 @@
31
31
  "@commitlint/cli": "17.6.7",
32
32
  "@commitlint/config-conventional": "17.6.7",
33
33
  "@commitlint/cz-commitlint": "17.6.7",
34
+ "commitizen": "4.3.0",
34
35
  "eslint-plugin-import": "2.27.5",
35
36
  "eslint-plugin-prettier": "5.0.0",
36
37
  "husky": "8.0.3",
@@ -1,8 +1,7 @@
1
1
  # react-app-webpack
2
2
 
3
- - dev: pnpm run dev
4
- - build: pnpm run build
5
- - build:dev: pnpm run build:dev -> use ".env.dev"
3
+ - dev: pnpm run dev -> use ".env.dev"
4
+ - build: pnpm run build -> use ".env"
6
5
 
7
6
  # svg
8
7