🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

frog-commitlint-config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frog-commitlint-config - npm Package Compare versions

Comparing version
0.0.7
to
0.0.12
+2
-2
package.json
{
"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';
}