Merge pull request #337 from glen-84/add-jquery-validation-unobtrusive
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@^1.8"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -177,6 +177,7 @@
|
|||||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||||
"jquery-validation": "github:jzaefferer/jquery-validation",
|
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||||
|
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
|
||||||
"js-beautify": "github:beautify-web/js-beautify",
|
"js-beautify": "github:beautify-web/js-beautify",
|
||||||
"js.edgar": "npm:js.edgar",
|
"js.edgar": "npm:js.edgar",
|
||||||
"jsfromhell": "github:jonasraoni/JSFromHell",
|
"jsfromhell": "github:jonasraoni/JSFromHell",
|
||||||
|
|||||||
Reference in New Issue
Block a user