@commitlint/prompt-cli
Advanced tools
+4
-4
| { | ||
| "name": "@commitlint/prompt-cli", | ||
| "type": "module", | ||
| "version": "20.4.2", | ||
| "version": "20.4.3", | ||
| "description": "commit prompt using commitlint.config.js", | ||
@@ -37,11 +37,11 @@ "main": "cli.js", | ||
| "devDependencies": { | ||
| "@commitlint/test": "^20.4.0", | ||
| "@commitlint/test": "^20.4.3", | ||
| "@commitlint/utils": "^20.0.0" | ||
| }, | ||
| "dependencies": { | ||
| "@commitlint/prompt": "^20.4.2", | ||
| "@commitlint/prompt": "^20.4.3", | ||
| "inquirer": "^9.2.15", | ||
| "tinyexec": "^1.0.0" | ||
| }, | ||
| "gitHead": "81cfc9e5e9d452b68b5809e57196ca0c03fd7b85" | ||
| "gitHead": "a7469817974796a6e89f55911bb66b7bffa44099" | ||
| } |
Updated