@w5s/commitlint-config 1.0.10 → 1.0.11

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 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -49,9 +49,7 @@ Extra rules
49
49
  Ensure the `commitlint` is setup on husky commit message hook (default `.husky/commit-msg`)
50
50
 
51
51
  ```console
52
- commitlint --edit $1
53
- # -OR-
54
- npm exec --no -- commitlint --edit $1
52
+ npm exec -- commitlint --edit $1
55
53
  ```
56
54
 
57
55
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/commitlint-config",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Commitlint configuration presets",
5
5
  "keywords": [
6
6
  "commitlint",
@@ -65,11 +65,11 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@commitlint/types": "^17.0.0",
68
- "@w5s/conventional-changelog": "^1.0.0-alpha.3"
68
+ "@w5s/conventional-changelog": "^1.0.0-alpha.4"
69
69
  },
70
70
  "devDependencies": {
71
- "@commitlint/lint": "17.4.2",
72
- "@jest/globals": "29.4.2"
71
+ "@commitlint/lint": "17.4.4",
72
+ "@jest/globals": "29.4.3"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "@commitlint/cli": "^16.0.0 || ^17.0.0"
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "918c1157da6808ff19124ee96a4fe499f0da1877"
88
+ "gitHead": "ace7dcdd3244c34b38de66da80347ca16e59838d"
89
89
  }