We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef9f62 commit a90061aCopy full SHA for a90061a
packages/react-formz-validators-zod/package.json
@@ -3,11 +3,11 @@
3
"version": "1.8.0",
4
"license": "MIT",
5
"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",
+ "main": "dist/index.js",
+ "umd:main": "dist/index.umd.js",
+ "exports": "./dist/index.js",
9
"source": "index.ts",
10
- "types": "dist/zod.d.ts",
+ "types": "dist/index.d.ts",
11
"scripts": {
12
"build": "LIB=zod vite build && tsc -p ./tsconfig.build.json"
13
},
0 commit comments