Skip to content

Commit

Permalink
fix: type exposure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jan 3, 2024
1 parent 884fcee commit aa0b4f8
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 @@ -3,15 +3,15 @@
"version": "0.0.0-semantic-release",
"description": "Deferred async operation made easy in JavaScript",
"files": ["dist"],
"types": "./dist/dwait.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/dwait.d.ts",
"types": "./dist/index.d.ts",
"default": "./dist/dwait.esm.mjs"
},
"require": {
"types": "./dist/cjs/dwait.d.ts",
"types": "./dist/cjs/index.d.ts",
"default": "./dist/dwait.common.js"
}
}
Expand Down

0 comments on commit aa0b4f8

Please sign in to comment.