From 79e52dde41b5a6ccaf8b0078b8f38d3e4650f026 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 13 Sep 2016 18:41:04 -0400 Subject: [PATCH] chore: fix package.json error --- scripts/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npm/package.json b/scripts/npm/package.json index 92cdc96416..9b01dc6763 100644 --- a/scripts/npm/package.json +++ b/scripts/npm/package.json @@ -16,6 +16,6 @@ "@angular/forms": "", "@angular/http": "", "@angular/platform-browser": "", - "rxjs-es": "", + "rxjs-es": "" } }