From 1665a9b53008cf3ab7c63407a8864a2b0616bce9 Mon Sep 17 00:00:00 2001 From: Guy Shaanan Date: Sun, 8 Jul 2018 10:51:16 +0300 Subject: [PATCH] 1) Fix test-coverage script 2) Release version 0.6.1 --- package.json | 4 ++-- src/app/about/about.component.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3e0930b..a90a077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CloudFlow", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "private": true, "engines": { @@ -14,7 +14,7 @@ "build": "ng build --aot --prod --output-hashing=bundles --no-progress", "test": "ng test", "test-ci": "ng test --watch=false --no-progress", - "test-coverage": "ng test --watch-false --code-coverage --reporters=coverage-istanbul", + "test-coverage": "ng test --watch=false --code-coverage", "lint": "ng lint CloudFlow --type-check", "e2e": "ng e2e", "ci": "npm run lint && npm run test-ci && npm run build" diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 22fe1e1..71c8230 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -1,7 +1,7 @@