Skip to content

Commit 782326e

Browse files
committed
0.1.1-beta.0
1 parent df50856 commit 782326e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qazuor/react-form-toolkit",
3-
"version": "0.1.0",
3+
"version": "0.1.1-beta.0",
44
"homepage": "https://github.com/qazuor/reactFormToolkit",
55
"description": "A strongly-typed React form toolkit built on top of React Hook Form with Zod validation. This library provides a simple, flexible, and type-safe way to build forms in React applications.",
66
"keywords": [
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"preinstall": "npx only-allow pnpm",
4545
"build": "tsup",
46-
"dev": "pnpm run build && pnpm run -r --parallel dev",
46+
"dev": "pnpm run build && pnpm run -r --parallel dev",
4747
"watch": "tsup --watch",
4848
"lint": "biome check ./src",
4949
"test": "vitest",

0 commit comments

Comments
 (0)