Skip to content

Commit fe68957

Browse files
committed
0.3.0
1 parent 5d746d4 commit fe68957

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "react-use-form-state",
3-
"version": "0.2.0",
4-
"description": "A small hook for managing forms and inputs state in React",
3+
"version": "0.3.0",
4+
"description": "React hook for managing form and inputs state",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"types": "dist/index.d.ts",
88
"repository": "wsmd/react-use-form-state",
9+
"homepage": "http://react-use-form-state.now.sh",
910
"bugs": {
1011
"url": "https://github.com/wsmd/react-use-form-state/issues"
1112
},

0 commit comments

Comments
 (0)