Skip to content

Commit 329e230

Browse files
Broccohansl
authored andcommitted
fix(@angular/cli): Update project detection logic and rename global config file
fixes #10453
1 parent 7f8489c commit 329e230

File tree

12 files changed

+36
-430
lines changed

12 files changed

+36
-430
lines changed

package-lock.json

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
"@schematics/angular": "github:angular/schematics-angular-builds",
4848
"@schematics/update": "github:angular/schematics-update-builds",
4949
"chalk": "~2.2.0",
50-
"fs-extra": "^4.0.0",
51-
"node-modules-path": "^1.0.0",
5250
"opn": "~5.1.0",
5351
"resolve": "^1.1.7",
5452
"rxjs": "^6.0.0",
@@ -74,6 +72,7 @@
7472
"conventional-changelog": "1.1.0",
7573
"eslint": "^3.11.0",
7674
"express": "^4.14.0",
75+
"fs-extra": "^4.0.0",
7776
"glob": "^7.1.2",
7877
"jasmine": "^2.6.0",
7978
"license-checker": "^15.0.0",

packages/@angular/cli/commands/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class UpdateCommand extends SchematicCommand {
1111
public readonly name = 'update';
1212
public readonly description = 'Updates your application and its dependencies.';
1313
public static aliases: string[] = [];
14-
public readonly scope = CommandScope.inProject;
14+
public readonly scope = CommandScope.everywhere;
1515
public arguments: string[] = [ 'packages' ];
1616
public options: Option[] = [
1717
// Remove the --force flag.

packages/@angular/cli/ember-cli/LICENSE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)