Skip to content

Commit f44601f

Browse files
committed
Update types path
1 parent 2c05cd1 commit f44601f

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
@@ -6,7 +6,7 @@
66
"module": "dist/lib.esm/index.js",
77
"unpkg": "dist/torusUtils.umd.min.js",
88
"jsdelivr": "dist/torusUtils.umd.min.js",
9-
"types": "dist/types/index.d.ts",
9+
"types": "dist/lib.cjs/types/index.d.ts",
1010
"sideEffects": false,
1111
"scripts": {
1212
"start": "torus-scripts start",

0 commit comments

Comments
 (0)