Skip to content

Commit 6d9c7ff

Browse files
committed
chore(core): add types path
1 parent db98d87 commit 6d9c7ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@
7777
"typecheck": "tsc -b ."
7878
},
7979
"type": "module",
80-
"version": "4.0.2"
80+
"types": "./dist/index.d.ts",
81+
"version": "4.0.3"
8182
}

0 commit comments

Comments
 (0)