From 18a6b33105ef74f327979e03213a13035a8e0736 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 20 Aug 2018 22:22:17 -0400 Subject: [PATCH] ignore notifications service --- jslib | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index 21e0953589..50666a761d 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 21e09535896078c4716205e8141f6d3b2182a981 +Subproject commit 50666a761dba3d2d7d880f1faf488fd9d719ea50 diff --git a/tsconfig.json b/tsconfig.json index 7b54747939..ab31e6425a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,6 +27,7 @@ "jslib/spec", "jslib/src/electron", "jslib/src/angular", + "jslib/src/services/notifications.service.ts", "build" ] }