From e084ec2d157925c1b13b07425a1b0c596a8cc0b6 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Tue, 23 Oct 2018 10:02:14 +0200 Subject: [PATCH] fixing toastr css path --- .travis.yml | 2 +- angular.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 290ab300..34ba9bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required language: node_js node_js: - '8' -- '9' +- '10' deploy: provider: heroku diff --git a/angular.json b/angular.json index 0d753844..b7bfd240 100644 --- a/angular.json +++ b/angular.json @@ -74,7 +74,7 @@ "tsConfig": "frontend/tsconfig.spec.json", "scripts": [], "styles": [ - "node_modules/ng2-toastr/bundles/ng2-toastr.min.css", + "node_modules/ngx-toastr/toastr.css", "node_modules/bootstrap/dist/css/bootstrap.css", "node_modules/open-iconic/font/css/open-iconic-bootstrap.css", "frontend/styles.css"