@commitlint/parse
Advanced tools
+3
-3
| { | ||
| "name": "@commitlint/parse", | ||
| "type": "module", | ||
| "version": "20.0.0", | ||
| "version": "20.2.0", | ||
| "description": "Lint your commit messages", | ||
@@ -44,7 +44,7 @@ "main": "lib/index.js", | ||
| "dependencies": { | ||
| "@commitlint/types": "^20.0.0", | ||
| "@commitlint/types": "^20.2.0", | ||
| "conventional-changelog-angular": "^7.0.0", | ||
| "conventional-commits-parser": "^5.0.0" | ||
| }, | ||
| "gitHead": "407be6c96b1a108ee012ed5330b0d80a165952d5" | ||
| "gitHead": "ddad9b44d6dd98b983f338bee1ff44dfa9dc1ab1" | ||
| } |
Updated