Skip to content

Commit

Permalink
build: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed May 6, 2024
1 parent 5a1e10c commit ea66903
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"name": "@lucrise/azul-ts",
"version": "0.0.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
"import": "./index.js"
}
},
"scripts": {
Expand Down

0 comments on commit ea66903

Please sign in to comment.