@commitlint/lint
Advanced tools
+6
-6
| { | ||
| "name": "@commitlint/lint", | ||
| "type": "module", | ||
| "version": "20.3.0", | ||
| "version": "20.3.1", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -43,8 +43,8 @@ "main": "lib/lint.js", | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^20.2.0", | ||
| "@commitlint/parse": "^20.2.0", | ||
| "@commitlint/rules": "^20.3.0", | ||
| "@commitlint/types": "^20.2.0" | ||
| "@commitlint/is-ignored": "^20.3.1", | ||
| "@commitlint/parse": "^20.3.1", | ||
| "@commitlint/rules": "^20.3.1", | ||
| "@commitlint/types": "^20.3.1" | ||
| }, | ||
| "gitHead": "1c5734db28d30aac1e0493595f965d95d62f7971" | ||
| "gitHead": "be3a280aeadef5afa8ec83dbbe794ab2f72b9c3a" | ||
| } |
Updated
Updated
Updated