From eaaec6979ceb4d664ca3b6c3f81fb8e17e515462 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Oct 2016 09:25:08 -0700 Subject: [PATCH] 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. --- modules/@angular/compiler-cli/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/@angular/compiler-cli/package.json b/modules/@angular/compiler-cli/package.json index 9cf0d04f69..1835c38f70 100644 --- a/modules/@angular/compiler-cli/package.json +++ b/modules/@angular/compiler-cli/package.json @@ -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": {