Skip to content

Commit 46490bb

Browse files
committed
Fix link to types
1 parent a4c3f3f commit 46490bb

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
@@ -24,7 +24,7 @@
2424
"import": "./build/index.mjs",
2525
"require": "./build/index.cjs"
2626
},
27-
"types": "./build/types/index.d.ts",
27+
"types": "./build/types/src/index.d.ts",
2828
"author": "Ashley Frieze",
2929
"license": "MIT",
3030
"devDependencies": {

0 commit comments

Comments
 (0)