Skip to content

Commit 9335f1e

Browse files
authored
fix: include types for create-async-callback (#516)
1 parent 5926d87 commit 9335f1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/create-async-callback/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"license": "MIT",
1818
"files": [
19-
"src"
19+
"src",
20+
"*.d.ts"
2021
],
2122
"main": "src/index.web.js",
2223
"react-native": "src/index.native.js",

0 commit comments

Comments
 (0)