From f9eb1f33f40395afce32cafc46449d8fe89604e6 Mon Sep 17 00:00:00 2001 From: Igor Minar <igor@angularjs.org> Date: Wed, 31 Aug 2016 16:47:59 -0700 Subject: [PATCH] fix(platform-webworker): remove trailing comma in package.json --- modules/@angular/platform-webworker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/platform-webworker/package.json b/modules/@angular/platform-webworker/package.json index 5ff8dd2773..10acb14572 100644 --- a/modules/@angular/platform-webworker/package.json +++ b/modules/@angular/platform-webworker/package.json @@ -9,7 +9,7 @@ "license": "MIT", "peerDependencies": { "@angular/core": "0.0.0-PLACEHOLDER", - "@angular/platform-browser": "0.0.0-PLACEHOLDER", + "@angular/platform-browser": "0.0.0-PLACEHOLDER" }, "repository": { "type": "git",