Created sweetalert package.

pull/301/head
Halil ibrahim Kalkan 8 years ago
parent e7e46b8584
commit 384ac80fd0

@ -4,12 +4,10 @@
"../font-awesome/abp.resourcemapping.js",
"../jquery-form/abp.resourcemapping.js",
"../jquery-validation-unobtrusive/abp.resourcemapping.js",
"../sweetalert/abp.resourcemapping.js",
"../datatables.net-bs4/abp.resourcemapping.js"
],
mappings: {
//Sweetalert
"@node_modules/sweetalert/dist/*.*": "@libs/sweetalert/",
//Toastr
"@node_modules/toastr/build/*.*": "@libs/toastr/"
}

@ -11,7 +11,7 @@
"@abp/font-awesome": "^0.2.3",
"@abp/jquery-form": "^0.2.3",
"@abp/jquery-validation-unobtrusive": "^0.2.3",
"sweetalert": "^2.1.0",
"@abp/sweetalert": "^0.2.3",
"toastr": "^2.1.4"
}
}

@ -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…
Cancel
Save