Skip to content

Commit

Permalink
build(compiler-cli): remove unused dependency (shelljs)
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 angular#29460.
  • Loading branch information
gkalpak committed Jul 9, 2019
1 parent 6aaca21 commit a4a9694
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 a4a9694

Please sign in to comment.