Skip to content

Commit

Permalink
fix(@angular/cli): remove deprecated eject command
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and alexeagle committed Feb 15, 2019
1 parent c4376d0 commit f58a7de
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 61 deletions.
9 changes: 0 additions & 9 deletions packages/angular/cli/BUILD
Expand Up @@ -47,7 +47,6 @@ ts_library(
":doc_schema",
":e2e_schema",
":easter_egg_schema",
":eject_schema",
":generate_schema",
":help_schema",
":lint_schema",
Expand Down Expand Up @@ -117,14 +116,6 @@ ts_json_schema(
],
)

ts_json_schema(
name = "eject_schema",
src = "commands/eject.json",
data = [
"commands/definitions.json",
],
)

ts_json_schema(
name = "generate_schema",
src = "commands/generate.json",
Expand Down
1 change: 0 additions & 1 deletion packages/angular/cli/commands.json
Expand Up @@ -5,7 +5,6 @@
"doc": "./commands/doc.json",
"e2e": "./commands/e2e.json",
"make-this-awesome": "./commands/easter-egg.json",
"eject": "./commands/eject.json",
"generate": "./commands/generate.json",
"get": "./commands/deprecated.json",
"set": "./commands/deprecated.json",
Expand Down
28 changes: 0 additions & 28 deletions packages/angular/cli/commands/eject-impl.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/angular/cli/commands/eject-long.md

This file was deleted.

15 changes: 0 additions & 15 deletions packages/angular/cli/commands/eject.json

This file was deleted.

0 comments on commit f58a7de

Please sign in to comment.