@commitlint/is-ignored
Advanced tools
+5
-5
| { | ||
| "name": "@commitlint/is-ignored", | ||
| "type": "module", | ||
| "version": "20.3.1", | ||
| "version": "20.4.0", | ||
| "description": "Lint your commit messages", | ||
@@ -39,4 +39,4 @@ "main": "lib/index.js", | ||
| "devDependencies": { | ||
| "@commitlint/parse": "^20.3.1", | ||
| "@commitlint/test": "^20.0.0", | ||
| "@commitlint/parse": "^20.4.0", | ||
| "@commitlint/test": "^20.4.0", | ||
| "@commitlint/utils": "^20.0.0", | ||
@@ -46,6 +46,6 @@ "@types/semver": "^7.5.7" | ||
| "dependencies": { | ||
| "@commitlint/types": "^20.3.1", | ||
| "@commitlint/types": "^20.4.0", | ||
| "semver": "^7.6.0" | ||
| }, | ||
| "gitHead": "be3a280aeadef5afa8ec83dbbe794ab2f72b9c3a" | ||
| "gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd" | ||
| } |
Updated