@commitlint/execute-rule
Advanced tools
+1
-1
@@ -11,4 +11,4 @@ export default execute; | ||
| function executable(config) { | ||
| return typeof config === 'function'; | ||
| return typeof config === "function"; | ||
| } | ||
| //# sourceMappingURL=index.js.map |
+3
-3
| { | ||
| "name": "@commitlint/execute-rule", | ||
| "type": "module", | ||
| "version": "19.8.0", | ||
| "version": "19.8.1", | ||
| "description": "Lint your commit messages", | ||
@@ -39,5 +39,5 @@ "main": "lib/index.js", | ||
| "devDependencies": { | ||
| "@commitlint/utils": "^19.8.0" | ||
| "@commitlint/utils": "^19.8.1" | ||
| }, | ||
| "gitHead": "e82f05a737626bb69979d14564f5ff601997f679" | ||
| "gitHead": "3c302008cabeb0b08cd246b2417a51a9d745a918" | ||
| } |