Skip to content

Commit 5278999

Browse files
committed
Merge pull request victorjonsson#208 from swemaniac/swemaniac-patch-1
Corrected the bower main script file path
2 parents 43a15ef + 24e3057 commit 5278999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"victorjonsson"
77
],
88
"description": "With this feature rich jQuery plugin it becomes easy to validate user input while keeping your HTML markup clean from javascript code. Even though this plugin has a wide range of validation functions it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions in \"modules\", making it possible for the programmer to load only those functions that's needed to validate a particular form.",
9-
"main": "jquery.form-validator.min.js",
9+
"main": "./form-validator/jquery.form-validator.min.js",
1010
"keywords": [
1111
"form",
1212
"validator",

0 commit comments

Comments
 (0)