frog-commitlint-config
Advanced tools
+2
-2
| { | ||
| "name": "frog-commitlint-config", | ||
| "version": "0.0.7", | ||
| "version": "0.0.12", | ||
| "description": "呱呱 GIT 规范", | ||
@@ -23,3 +23,3 @@ "author": "urs.18768167070@163.com <18768167070@163.com>", | ||
| }, | ||
| "gitHead": "01b97c63d673ef25a8a6f1a2bc2fbe992f2b03c6" | ||
| "gitHead": "902ac289305d0c194e8f04c2a3eaeb1f5d0a5e82" | ||
| } |
| 'use strict'; | ||
| const commitlintConfig = require('..'); | ||
| const assert = require('assert').strict; | ||
| assert.strictEqual(commitlintConfig(), 'Hello from commitlintConfig'); | ||
| console.info('commitlintConfig tests passed'); |
| 'use strict'; | ||
| module.exports = commitlintConfig; | ||
| function commitlintConfig() { | ||
| return 'Hello from commitlintConfig'; | ||
| } |
1437
-19%3
-40%17
-37.04%