Skip to content

Commit

Permalink
chore(config-conventional): reorder types
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 13, 2024
1 parent 6552dc3 commit 4c6cd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/package.json
Expand Up @@ -4,9 +4,9 @@
"description": "Shareable commitlint config enforcing conventional commits",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./wrapper.mjs",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
"require": "./lib/index.js"
}
},
"files": [
Expand Down

0 comments on commit 4c6cd2a

Please sign in to comment.