Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 10, 2024
1 parent 0248804 commit b5cf855
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./types": {
"import": "./lib/types.js",
"types": "./lib/types.d.ts"
}
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./types": {
"import": "./lib/types.js",
"types": "./lib/types.d.ts"
}
},
"files": [
"./npm-scripts.mjs",
Expand Down

0 comments on commit b5cf855

Please sign in to comment.