Skip to content

Commit

Permalink
fix: exports error
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Aug 3, 2024
1 parent a411dbc commit c4fac01
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"license": "MIT",
"author": "Karin",
"type": "module",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
Expand Down

0 comments on commit c4fac01

Please sign in to comment.