Skip to content

Commit

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

0 comments on commit e7ce0a3

Please sign in to comment.