From 86bc6fa8071572819853dfd684ad33491d5abf6f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 12 Sep 2018 00:33:18 -0400 Subject: [PATCH] remove trailing comma --- jslib | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 930ee9f3c0..832babf704 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 930ee9f3c0e350fa3ffc7f623452ae7bb7898d3a +Subproject commit 832babf704d590bca586454cd1a087f8c48503d6 diff --git a/tsconfig.json b/tsconfig.json index bec630ea66..f2006a722e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "@angular/*": [ "node_modules/@angular/*" ], "angular2-toaster": [ "node_modules/angular2-toaster" ], "angulartics2": [ "node_modules/angulartics2" ], - "node": [ "node_modules/@types/node" ], + "node": [ "node_modules/@types/node" ] } }, "exclude": [