Skip to content

Commit f4ff138

Browse files
committed
fix: Correctly export DAV types
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 84713e6 commit f4ff138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": "./dist/index.cjs"
1414
},
1515
"./dav": {
16-
"types": "./dist/dav.d.ts",
16+
"types": "./dist/dav/index.d.ts",
1717
"import": "./dist/dav.mjs",
1818
"require": "./dist/dav.cjs"
1919
}

0 commit comments

Comments
 (0)