Skip to content

Commit ea385d9

Browse files
committed
fix: Correct types path
1 parent 85eb118 commit ea385d9

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
@@ -21,7 +21,7 @@
2121
"require": "./dist/index.cjs"
2222
},
2323
"./transform": {
24-
"types": "./build/transform.d.ts",
24+
"types": "./dist/transform.d.ts",
2525
"import": "./dist/transform.mjs",
2626
"require": "./dist/transform.cjs"
2727
}

0 commit comments

Comments
 (0)