commitlint
Advanced tools
+5
-5
| { | ||
| "name": "commitlint", | ||
| "type": "module", | ||
| "version": "20.3.1", | ||
| "version": "20.4.0", | ||
| "description": "Lint your commit messages", | ||
@@ -39,11 +39,11 @@ "files": [ | ||
| "dependencies": { | ||
| "@commitlint/cli": "^20.3.1", | ||
| "@commitlint/types": "^20.3.1" | ||
| "@commitlint/cli": "^20.4.0", | ||
| "@commitlint/types": "^20.4.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/test": "^20.0.0", | ||
| "@commitlint/test": "^20.4.0", | ||
| "@commitlint/utils": "^20.0.0", | ||
| "tinyexec": "^1.0.0" | ||
| }, | ||
| "gitHead": "be3a280aeadef5afa8ec83dbbe794ab2f72b9c3a" | ||
| "gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd" | ||
| } |
Updated
Updated