Skip to content

Commit

Permalink
build: explicitly add tsc-wrapped to dev dependencies (angular#5029)
Browse files Browse the repository at this point in the history
The dependency on `tsc-wrapped` should be added explicitly. Our tooling uses the `@angular/tsc-wrapped` package directly and it currently only works because the `@angular/compiler-cli` has a dependency on it.

If not specified explicitly, the `@angular/tsc-wrapped` dependency might be a local dependency of the compiler-cli and our tooling won't be able to access it anymore.
  • Loading branch information
devversion authored and andrewseguin committed Jun 9, 2017
1 parent 8e6bee8 commit fffff6c
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 540 deletions.
Loading

0 comments on commit fffff6c

Please sign in to comment.