We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6812bc commit c69cc82Copy full SHA for c69cc82
1 file changed
package.json
@@ -3,6 +3,12 @@
3
"version": "1.0.0",
4
"description": "Shareable commitlint config",
5
"main": "index.js",
6
+ "type": "commonjs",
7
+ "types": "index.d.ts",
8
+ "engines": {
9
+ "node": ">=14.15.0",
10
+ "npm": ">=6.14.8"
11
+ },
12
"scripts": {
13
"commitlint": "commitlint --verbose",
14
"commitlint:all": "npm run commitlint -- --from=$( git rev-list --max-parents=0 $( git rev-parse --abbrev-ref HEAD ) )",
0 commit comments