From e007ca3bc70b10d61eda1a5144a1b0570a67f654 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Thu, 17 Nov 2022 08:32:36 -0800 Subject: [PATCH] fix: Copy bs5-alert.scss to dist directory --- src/lib/ng-package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ng-package.json b/src/lib/ng-package.json index 76c17b7d..bfddb1d1 100644 --- a/src/lib/ng-package.json +++ b/src/lib/ng-package.json @@ -6,7 +6,8 @@ "assets": [ "./toastr.css", "./toastr-old.css", - "./toastr-bs4-alert.scss" + "./toastr-bs4-alert.scss", + "./toastr-bs5-alert.scss" ], "dest": "../../dist" }