Skip to content

Commit

Permalink
update package version lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hxsggsz committed Jan 2, 2024
1 parent 9e530af commit ef6a936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "hxform",
"private": false,
"version": "1.0.2",
"version": "1.0.5",
"type": "module",
"main": "./dist/index.es.js",
"main": "./dist/index.js",
"module": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"version": "changeset version",
"build-storybook": "storybook build"
},
"dependencies": {
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { useForm } from "./useForm";
export type { IForm } from "./useForm.types";

0 comments on commit ef6a936

Please sign in to comment.