czg 1.6.2-beta.5 → 1.6.2-beta.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.6.2-beta.5",
3
+ "version": "1.6.2-beta.8",
4
4
  "description": "Interactive Commitizen CLI that generate standardized git commit message",
5
5
  "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
6
6
  "license": "MIT",
@@ -29,6 +29,7 @@
29
29
  "./package.json": "./package.json"
30
30
  },
31
31
  "main": "lib/index.js",
32
+ "types": "lib/config.d.ts",
32
33
  "bin": {
33
34
  "czg": "bin/index.js",
34
35
  "git-czg": "bin/index.js"
@@ -43,11 +44,11 @@
43
44
  "devDependencies": {
44
45
  "cachedir": "^2.3.0",
45
46
  "dedent": "^0.7.0",
46
- "fs-extra": "^11.1.0",
47
+ "fs-extra": "^11.1.1",
47
48
  "inquirer": "8.2.4",
48
49
  "minimist": "^1.2.8",
49
50
  "rimraf": "3.0.2",
50
- "cz-git": "1.6.2-beta.5"
51
+ "cz-git": "1.6.2-beta.8"
51
52
  },
52
53
  "scripts": {
53
54
  "build": "tsup",