We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d746d4 commit fe68957Copy full SHA for fe68957
package.json
@@ -1,11 +1,12 @@
1
{
2
"name": "react-use-form-state",
3
- "version": "0.2.0",
4
- "description": "A small hook for managing forms and inputs state in React",
+ "version": "0.3.0",
+ "description": "React hook for managing form and inputs state",
5
"main": "dist/index.js",
6
"module": "dist/index.es.js",
7
"types": "dist/index.d.ts",
8
"repository": "wsmd/react-use-form-state",
9
+ "homepage": "http://react-use-form-state.now.sh",
10
"bugs": {
11
"url": "https://github.com/wsmd/react-use-form-state/issues"
12
},
0 commit comments