From 5b64c4635dd0ad665427a4b96b3d3eae390a2641 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 9 Jul 2019 00:44:27 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- test/test.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ddb60ec..013abd4 100644 --- a/package.json +++ b/package.json @@ -31,4 +31,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/test/test.ts b/test/test.ts index c0dca4a..68f109b 100644 --- a/test/test.ts +++ b/test/test.ts @@ -1,3 +1,4 @@ +// tslint:disable-next-line: no-implicit-dependencies import { expect, tap } from '@pushrocks/tapbundle'; import * as smartmoney from '../ts/index';