Skip to content

Commit a90061a

Browse files
committed
Fix: fix zod files
1 parent 8ef9f62 commit a90061a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-formz-validators-zod/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.8.0",
44
"license": "MIT",
55
"description": "Zod validator for @zerry/react-formz to validate form data against a zod schema.",
6-
"main": "dist/zod.js",
7-
"umd:main": "dist/zod.umd.js",
8-
"exports": "./dist/zod.js",
6+
"main": "dist/index.js",
7+
"umd:main": "dist/index.umd.js",
8+
"exports": "./dist/index.js",
99
"source": "index.ts",
10-
"types": "dist/zod.d.ts",
10+
"types": "dist/index.d.ts",
1111
"scripts": {
1212
"build": "LIB=zod vite build && tsc -p ./tsconfig.build.json"
1313
},

0 commit comments

Comments
 (0)