mirror of https://github.com/abpframework/abp.git
4 changed files with 22 additions and 4 deletions
@ -0,0 +1,9 @@ |
|||
module.exports = { |
|||
imports: [ |
|||
"../jquery/abp.resourcemapping.js" |
|||
], |
|||
mappings: { |
|||
//jQuery-Form
|
|||
"@node_modules/jquery-form/dist/jquery.form.min.js": "@libs/jquery-form/" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"version": "0.2.3", |
|||
"name": "@abp/jquery-form", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/jquery": "^0.2.3", |
|||
"jquery-form": "^4.2.2" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue