@commitlint/lint
Advanced tools
+7
-7
| { | ||
| "name": "@commitlint/lint", | ||
| "type": "module", | ||
| "version": "20.4.2", | ||
| "version": "20.4.3", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -39,12 +39,12 @@ "main": "lib/lint.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^20.4.0", | ||
| "@commitlint/test": "^20.4.3", | ||
| "@commitlint/utils": "^20.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^20.4.1", | ||
| "@commitlint/parse": "^20.4.1", | ||
| "@commitlint/rules": "^20.4.2", | ||
| "@commitlint/types": "^20.4.0" | ||
| "@commitlint/is-ignored": "^20.4.3", | ||
| "@commitlint/parse": "^20.4.3", | ||
| "@commitlint/rules": "^20.4.3", | ||
| "@commitlint/types": "^20.4.3" | ||
| }, | ||
| "gitHead": "81cfc9e5e9d452b68b5809e57196ca0c03fd7b85" | ||
| "gitHead": "a7469817974796a6e89f55911bb66b7bffa44099" | ||
| } |
Updated
Updated
Updated