Skip to content

Commit

Permalink
build(compiler-cli): remove unused dependency (shelljs) (#31468)
Browse files Browse the repository at this point in the history
Since, 7186f9c `compiler-cli` is no longer depending on `shelljs` for
production code. (We still use it in tests and infrastructure/tooling.)

Incidentally, this should also help with #29460.

PR Close #31468
  • Loading branch information
gkalpak authored and matsko committed Jul 11, 2019
1 parent 3ade93f commit bd23dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compiler-cli/package.json
Expand Up @@ -17,7 +17,6 @@
"convert-source-map": "^1.5.1",
"dependency-graph": "^0.7.2",
"magic-string": "^0.25.0",
"shelljs": "^0.8.1",
"source-map": "^0.6.1",
"tslib": "^1.9.0",
"yargs": "13.1.0"
Expand Down

0 comments on commit bd23dbb

Please sign in to comment.