Skip to content

Commit 24e3057

Browse files
author
Johan Johansson
committed
Corrected the bower main script file path
1 parent b64ee8c commit 24e3057

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)