Skip to content

Commit eacf1b3

Browse files
authored
fix(express): Fix typo in types reference in package.json (#2613)
1 parent d85c507 commit eacf1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "5.0.0-pre.18",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
7-
"type": "lib/",
7+
"types": "lib/",
88
"keywords": [
99
"feathers",
1010
"feathers-plugin"

0 commit comments

Comments
 (0)