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