Skip to content

Commit a78e8d2

Browse files
committed
add 'types' field on package.json. #36
1 parent 3273ecc commit a78e8d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "uwebsockets-express",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "Express API compatibility layer for uWebSockets.js",
55
"main": "build/index.js",
66
"module": "build/index.mjs",
7+
"types": "build/index.d.ts",
78
"exports": {
89
".": {
910
"import": "./build/index.mjs",

0 commit comments

Comments
 (0)