From 8896c6551239e53bc13f0b15fe847b3d64ae70b6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 17 Apr 2018 08:47:44 +0200 Subject: [PATCH] chore: version 6.0.0-rc.5 --- ponyracer/angular.json | 9 ++++++--- ponyracer/package.json | 2 +- ponyracer/src/karma.conf.js | 3 --- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 1e0137cca..165b0280b 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -29,9 +29,7 @@ } ], "styles": [ - { - "input": "src/styles.css" - } + "src/styles.css" ], "scripts": [] }, @@ -135,5 +133,10 @@ } } } + }, + "schematics": { + "@schematics/angular:component": { + "styleext": "css" + } } } \ No newline at end of file diff --git a/ponyracer/package.json b/ponyracer/package.json index f4e9cf728..70b4388f9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -29,7 +29,7 @@ "@angular/compiler-cli": "^6.0.0-rc.1", "@angular-devkit/build-angular": "~0.5.0", "typescript": "~2.7.2", - "@angular/cli": "~6.0.0-rc.4", + "@angular/cli": "~6.0.0-rc.5", "@angular/language-service": "^6.0.0-rc.1", "@types/jasmine": "~2.8.6", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/src/karma.conf.js b/ponyracer/src/karma.conf.js index 15b5b0d5f..c84a572ac 100644 --- a/ponyracer/src/karma.conf.js +++ b/ponyracer/src/karma.conf.js @@ -20,9 +20,6 @@ module.exports = function (config) { reports: ['html', 'lcovonly'], fixWebpackSourcePaths: true }, - angularCli: { - environment: 'dev' - }, reporters: ['progress', 'kjhtml'], port: 9876, colors: true,