Skip to content

Commit de6f268

Browse files
committed
fix: type exposure.
1 parent 1764da5 commit de6f268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.0.0-semantic-release",
44
"description": "Deferred async operation made easy in JavaScript",
55
"files": ["dist"],
6-
"types": "./dist/dwait.d.ts",
6+
"types": "./dist/index.d.ts",
77
"exports": {
88
".": {
99
"import": {
10-
"types": "./dist/dwait.d.ts",
10+
"types": "./dist/index.d.ts",
1111
"default": "./dist/dwait.esm.mjs"
1212
},
1313
"require": {
14-
"types": "./dist/cjs/dwait.d.ts",
14+
"types": "./dist/cjs/index.d.ts",
1515
"default": "./dist/dwait.common.js"
1616
}
1717
}

0 commit comments

Comments
 (0)