From dc64b0ae0e96fd57f28aff7faae943f8f83e9b4e Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 4 Oct 2018 22:04:53 +0200 Subject: [PATCH] fix: update angular cli schema path (#642) --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 47bd922b1..11e5d87c6 100644 --- a/angular.json +++ b/angular.json @@ -1,5 +1,5 @@ { - "$schema": "./node_modules/@angular-devkit/core/src/workspace/workspace-schema.json", + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { @@ -179,4 +179,4 @@ "spec": false } } -} \ No newline at end of file +}