Skip to content

Commit 925d873

Browse files
types: fix types path (#471)
1 parent fa0bab4 commit 925d873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/micro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Asynchronous HTTP microservices",
55
"license": "MIT",
66
"main": "./dist/src/lib/index.js",
7-
"types": "./types",
7+
"types": "./types/src/lib",
88
"files": [
99
"src",
1010
"dist",

0 commit comments

Comments
 (0)