From eef620bf677c66ddb66bde53bd46a14e21a93fc4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 8 Jun 2018 06:45:36 +0200 Subject: [PATCH] Icon changend and coverage loader fixed. --- .../app/shared/components/schema-category.component.html | 2 +- src/Squidex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Squidex/app/shared/components/schema-category.component.html b/src/Squidex/app/shared/components/schema-category.component.html index 6739850db..19faa1ec9 100644 --- a/src/Squidex/app/shared/components/schema-category.component.html +++ b/src/Squidex/app/shared/components/schema-category.component.html @@ -3,7 +3,7 @@
- +

{{displayName}} ({{schemasForCategory.length}})

diff --git a/src/Squidex/package.json b/src/Squidex/package.json index d02374700..6ed71e0b8 100644 --- a/src/Squidex/package.json +++ b/src/Squidex/package.json @@ -66,7 +66,7 @@ "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "ignore-loader": "0.1.2", - "istanbul-instrumenter-loader": "3.0.1", + "istanbul-instrumenter-loader": "0.2.0", "jasmine-core": "3.1.0", "karma": "2.0.2", "karma-chrome-launcher": "2.2.0",