Skip to content
This repository was archived by the owner on Aug 12, 2019. It is now read-only.

Commit aad2dca

Browse files
committed
fix package metadata
1 parent 9ac5dd7 commit aad2dca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
2+
"version": "0.0.3",
23
"name": "react-form-stateful",
4+
"description": "full featured, extensible form component for react using react hooks",
5+
"keywords": [
6+
"react",
7+
"hooks",
8+
"react-hooks",
9+
"form"
10+
],
311
"sideEffects": false,
4-
"version": "0.0.2",
512
"author": "Chris Edwards",
613
"repository": "ckedwards/react-form-stateful",
714
"license": "MIT",

0 commit comments

Comments
 (0)