Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix format
Browse files Browse the repository at this point in the history
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
@@ -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",

0 comments on commit b5cf855

Please sign in to comment.