mirror of https://github.com/abpframework/abp.git
4 changed files with 26 additions and 10 deletions
@ -0,0 +1,13 @@ |
|||
module.exports = { |
|||
imports: [ |
|||
"../jquery/abp.resourcemapping.js" |
|||
], |
|||
mappings: { |
|||
//jQuery-Validation
|
|||
"@node_modules/jquery-validation/dist/jquery.validate.js": "@libs/jquery-validation/", |
|||
"@node_modules/jquery-validation/dist/localization/*.*": "@libs/jquery-validation/localization/", |
|||
|
|||
//jQuery-Validation-Unobtrusive
|
|||
"@node_modules/jquery-validation-unobtrusive/dist/jquery.validate.unobtrusive.js": "@libs/jquery-validation-unobtrusive/" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"version": "0.2.3", |
|||
"name": "@abp/jquery-validation-unobtrusive", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/jquery": "^0.2.3", |
|||
"jquery-validation-unobtrusive": "^3.2.9" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue