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