Add missing functions to build
parent
ac448df0c7
commit
48ac169633
|
@ -59,8 +59,10 @@ function addUtils() {
|
||||||
function addServices() {
|
function addServices() {
|
||||||
addEntry('confirmationservice', 'ConfirmationService.js', 'confirmationservice');
|
addEntry('confirmationservice', 'ConfirmationService.js', 'confirmationservice');
|
||||||
addEntry('confirmationeventbus', 'ConfirmationEventBus.js', 'confirmationeventbus');
|
addEntry('confirmationeventbus', 'ConfirmationEventBus.js', 'confirmationeventbus');
|
||||||
|
addEntry('useconfirm', 'useconfirm.js', 'useconfirm');
|
||||||
addEntry('toastservice', 'ToastService.js', 'toastservice');
|
addEntry('toastservice', 'ToastService.js', 'toastservice');
|
||||||
addEntry('toasteventbus', 'ToastEventBus.js', 'toasteventbus');
|
addEntry('toasteventbus', 'ToastEventBus.js', 'toasteventbus');
|
||||||
|
addEntry('usetoast', 'usetoast.js', 'usetoast');
|
||||||
}
|
}
|
||||||
|
|
||||||
addSFC();
|
addSFC();
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
"main": "./usetoast.cjs.js",
|
"main": "./usetoast.cjs.js",
|
||||||
"module": "./usetoast.esm.js",
|
"module": "./usetoast.esm.js",
|
||||||
"browser": "./usetoast.umd.js",
|
"browser": "./usetoast.umd.js",
|
||||||
"types": "./UseToast.d.ts"
|
"types": "./usetoast.d.ts"
|
||||||
}
|
}
|
Loading…
Reference in New Issue