Skip to content

Commit c69cc82

Browse files
committed
chore: update package.json
1 parent f6812bc commit c69cc82

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "1.0.0",
44
"description": "Shareable commitlint config",
55
"main": "index.js",
6+
"type": "commonjs",
7+
"types": "index.d.ts",
8+
"engines": {
9+
"node": ">=14.15.0",
10+
"npm": ">=6.14.8"
11+
},
612
"scripts": {
713
"commitlint": "commitlint --verbose",
814
"commitlint:all": "npm run commitlint -- --from=$( git rev-list --max-parents=0 $( git rev-parse --abbrev-ref HEAD ) )",

0 commit comments

Comments
 (0)