From 3fc91bc0c110ce66b7819a2ff63a95d2d1864402 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 28 May 2019 23:28:26 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- ts/index.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 125faba..60a1639 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/ts/index.ts b/ts/index.ts index 40ab148..178e89c 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,5 +1,3 @@ import * as plugins from './smartbrowser.plugins'; -export class SmartBrowser { - -} \ No newline at end of file +export class SmartBrowser {}