Skip to content

Commit e4b5dbf

Browse files
committed
Added keywords and another recommended fields
For making package easier to discover on bower
1 parent 1a70c89 commit e4b5dbf

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

bower.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
{
22
"name": "formsy-react",
33
"version": "0.12.5",
4+
"description": "A form input builder and validator for React JS",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/christianalfoni/formsy-react.git"
8+
},
49
"main": "src/main.js",
10+
"license": "MIT",
11+
"ignore": [
12+
"build/",
13+
"Gulpfile.js"
14+
],
515
"dependencies": {
616
"react": "^0.13.1"
7-
}
17+
},
18+
"keywords": [
19+
"react",
20+
"form",
21+
"forms",
22+
"validation",
23+
"react-component"
24+
]
825
}

0 commit comments

Comments
 (0)