@commitlint/lint
Advanced tools
+6
-6
| { | ||
| "name": "@commitlint/lint", | ||
| "type": "module", | ||
| "version": "20.4.4", | ||
| "version": "20.5.0", | ||
| "description": "Lint a string against commitlint rules", | ||
@@ -43,8 +43,8 @@ "main": "lib/lint.js", | ||
| "dependencies": { | ||
| "@commitlint/is-ignored": "^20.4.4", | ||
| "@commitlint/parse": "^20.4.4", | ||
| "@commitlint/rules": "^20.4.4", | ||
| "@commitlint/types": "^20.4.4" | ||
| "@commitlint/is-ignored": "^20.5.0", | ||
| "@commitlint/parse": "^20.5.0", | ||
| "@commitlint/rules": "^20.5.0", | ||
| "@commitlint/types": "^20.5.0" | ||
| }, | ||
| "gitHead": "02d7245e9b204ed07a68298e4d73c8d82a4b7f81" | ||
| "gitHead": "a7918e9cf70f822505cb4422c03150a86f802627" | ||
| } |
Updated
Updated
Updated