Skip to content

Commit 24a9568

Browse files
authored
Merge pull request #1205 from sidorares/fix/package-types
add index.d.ts and promise.d.ts to package files
2 parents 647beab + c4a72eb commit 24a9568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
"files": [
3838
"lib",
3939
"index.js",
40-
"promise.js"
40+
"index.d.ts",
41+
"promise.js",
42+
"promise.d.ts"
4143
],
4244
"exports": {
4345
".": "./index.js",

0 commit comments

Comments
 (0)