Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix: update angular cli schema path (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and CaerusKaru committed Oct 4, 2018
1 parent ccf722c commit dc64b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -179,4 +179,4 @@
"spec": false
}
}
}
}

0 comments on commit dc64b0a

Please sign in to comment.