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

Commit 10de15e

Browse files
committed
refactor: add the scoped package prefix for @angular/compiler-cli
1 parent 2fba95c commit 10de15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function getRequiredDeps(packageJson) {
7272

7373
if (isAngular({packageJson})) {
7474
Object.assign(deps, {
75-
"angular/compiler-cli": packageJson.dependencies["@angular/core"],
75+
"@angular/compiler-cli": packageJson.dependencies["@angular/core"],
7676
"@ngtools/webpack": "~1.9.4",
7777
});
7878
} else if (isTypeScript({packageJson})) {

0 commit comments

Comments
 (0)