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