Add jquery-validation-unobtrusive to JSPM registry
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"main": "jquery.validate.unobtrusive",
|
||||
"shim": {
|
||||
"jquery.validate.unobtrusive": {
|
||||
"deps": [
|
||||
"jquery-validation"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery-validation": "github:jzaefferer/jquery-validation"
|
||||
}
|
||||
}
|
||||
@@ -177,6 +177,7 @@
|
||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
|
||||
"js-beautify": "github:beautify-web/js-beautify",
|
||||
"js.edgar": "npm:js.edgar",
|
||||
"jsfromhell": "github:jonasraoni/JSFromHell",
|
||||
|
||||
Reference in New Issue
Block a user