Skip to content

Commit 6631e95

Browse files
committed
chore: add types field in package.json
1 parent be08498 commit 6631e95

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
@@ -1,6 +1,6 @@
11
{
22
"name": "verzod",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"description": "A simple versioning and migration library based on Zod schemas",
66
"author": "Andrew Bastin (andrewbastin.k@gmail.com)",
@@ -21,6 +21,7 @@
2121
"dist"
2222
],
2323
"exports": "./dist/index.js",
24+
"types": "./dist/index.d.ts",
2425
"scripts": {
2526
"test": "vitest --run",
2627
"build": "tsup",

0 commit comments

Comments
 (0)