Skip to content

Commit f78b011

Browse files
committed
modified bower
1 parent 6bde913 commit f78b011

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

bower.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
22
"name": "html5-form-validation",
3-
"main": "jquery.validation.min.js",
3+
"version": "1.5.2",
4+
"authors": [
5+
"Tom Bertrand"
6+
],
47
"description": "jQuery plugin that provides a client site form validation with builtin options and deep customization.",
8+
"main": "jquery.validation.min.js",
59
"keywords": [
610
"form",
711
"html5",
812
"validate",
913
"validation",
1014
"input"
1115
],
12-
"version": "1.5.2",
13-
"author": {
14-
"name": "Tom Bertrand",
15-
"url": "http://www.runningcoder.org/jqueryvalidation/"
16-
},
1716
"licenses": "MIT",
17+
"homepage": "http://www.runningcoder.org/jqueryvalidation/",
1818
"ignore": [
19-
"demo",
20-
"bower.json",
19+
"demo/*",
20+
"*.json",
2121
"html5-form-validation.jquery.json",
2222
"LICENSE",
2323
"README.md"
2424
],
25-
"homepage": "http://www.runningcoder.org/jqueryvalidation/",
2625
"repository": {
2726
"type": "git",
2827
"url": "git://github.com/running-coder/jquery-form-validation.git"

0 commit comments

Comments
 (0)