Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
feat(dependencies): updated @angular/compiler-cli dependency
Browse files Browse the repository at this point in the history
updated `@angular/compiler-cli` dependency to match dependency required by @nativescript/angular

Closes #1114
  • Loading branch information
jessorlisa committed Jan 14, 2020
1 parent 81ac4aa commit 1dbcbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function getRequiredDeps(packageJson) {
}

const deps = {
"@angular/compiler-cli": "8.2.0",
"@angular/compiler-cli": "~8.2.0",
};

if (!dependsOn(packageJson, "@angular-devkit/build-angular")) {
Expand Down

0 comments on commit 1dbcbf2

Please sign in to comment.