Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jan 3, 2025
1 parent 0d0b0bf commit ed02583
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "module",
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js",
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./cjs/index.js"
},
"./*": {
"types": "./esm/*.d.ts",
"import": "./esm/*.js",
"types": "./lib/*.d.ts",
"import": "./lib/*.js",
"require": "./cjs/*.js"
}
},
Expand Down Expand Up @@ -54,8 +54,7 @@
"trailingComma": "all"
},
"publishConfig": {
"access": "public",
"directory": "lib"
"access": "public"
},
"release": {
"conventionalCommits": true
Expand Down

0 comments on commit ed02583

Please sign in to comment.