fix(compiler-cli): remove unused parse5 dependency from package.json

This was added in error or is an obsolete dependency. We don't need parse5 for the compiler-cli's runtime.
This commit is contained in:
Igor Minar 2016-10-06 09:25:08 -07:00 committed by Tobias Bosch
parent c587c63591
commit eaaec6979c
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
"dependencies": {
"@angular/tsc-wrapped": "^0.3.0",
"reflect-metadata": "^0.1.2",
"parse5": "^2.2.1",
"minimist": "^1.2.0"
},
"peerDependencies": {