From e919d236258cd6c3e62a2abf4cea9c6d28ddfebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= Date: Wed, 18 Nov 2020 09:21:41 +0100 Subject: [PATCH] BETTERZON-29: Removing attribute that causes build to crash --- Frontend/package-lock.json | 6 ------ Frontend/src/app/hello-world/hello-world.component.html | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Frontend/package-lock.json b/Frontend/package-lock.json index 35b9a70..ad5e524 100644 --- a/Frontend/package-lock.json +++ b/Frontend/package-lock.json @@ -419,12 +419,6 @@ "source-map": "0.7.3" } }, - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true - }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", diff --git a/Frontend/src/app/hello-world/hello-world.component.html b/Frontend/src/app/hello-world/hello-world.component.html index 40f0386..c18b9ab 100644 --- a/Frontend/src/app/hello-world/hello-world.component.html +++ b/Frontend/src/app/hello-world/hello-world.component.html @@ -1,2 +1,2 @@ -

hello-world works! Title: {{title}}

+

hello-world works! Title:

Blog