Skip to content

Commit 4afcfdc

Browse files
authored
Reference "src" directory, not "dist" for TS types
Corrects a mistyped directory path in JorgenVatle@8147319
1 parent 8147319 commit 4afcfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https:feathers-vuex.feathers-plus.com",
66
"main": "dist/",
77
"module": "dist/",
8-
"types": "dist/",
8+
"types": "src/",
99
"keywords": [
1010
"feathers",
1111
"feathers-plugin"

0 commit comments

Comments
 (0)