Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 1dbcbf2

Browse filesBrowse files
committed
feat(dependencies): updated @angular/compiler-cli dependency
updated `@angular/compiler-cli` dependency to match dependency required by @nativescript/angular Closes #1114
1 parent 81ac4aa commit 1dbcbf2
Copy full SHA for 1dbcbf2

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎dependencyManager.js

Copy file name to clipboardExpand all lines: dependencyManager.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function getRequiredDeps(packageJson) {
7373
}
7474

7575
const deps = {
76-
"@angular/compiler-cli": "8.2.0",
76+
"@angular/compiler-cli": "~8.2.0",
7777
};
7878

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.