@html-validate/commitlint-config 3.2.1 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commitlint.js +7212 -2428
- package/dist/parser-preset.js +1 -1
- package/package.json +3 -2
package/dist/parser-preset.js
CHANGED
|
@@ -512,7 +512,7 @@ var require_conventional_changelog_conventionalcommits = __commonJS({
|
|
|
512
512
|
|
|
513
513
|
// src/parser-preset.ts
|
|
514
514
|
var import_conventional_changelog_conventionalcommits = __toESM(require_conventional_changelog_conventionalcommits(), 1);
|
|
515
|
-
var parser_preset_default = import_conventional_changelog_conventionalcommits.default;
|
|
515
|
+
var parser_preset_default = (0, import_conventional_changelog_conventionalcommits.default)({});
|
|
516
516
|
export {
|
|
517
517
|
parser_preset_default as default
|
|
518
518
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@html-validate/commitlint-config",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "Commitlint sharable config used by the various HTML-validate packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commitlint"
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"prettier:check": "prettier --check .",
|
|
40
40
|
"prettier:write": "prettier --write .",
|
|
41
41
|
"pretest": "npm run eslint && npm run prettier:check",
|
|
42
|
-
"test": "node bin/
|
|
42
|
+
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
43
|
+
"posttest": "node bin/commitlint.js --help",
|
|
43
44
|
"postinstall": "node bin/install.js"
|
|
44
45
|
},
|
|
45
46
|
"engines": {
|