fix(core): update

This commit is contained in:
Philipp Kunz 2018-10-31 17:45:51 +01:00
parent 41e2fe3ab1
commit 894635480c
4 changed files with 4 additions and 8 deletions

View File

@ -23,4 +23,4 @@
"dependencies": { "dependencies": {
"@pushrocks/smartlog-interfaces": "^1.0.15" "@pushrocks/smartlog-interfaces": "^1.0.15"
} }
} }

View File

@ -5,6 +5,6 @@ let testReceiver: smartlogReceiver.SmartlogReceiver;
tap.test('first test', async () => { tap.test('first test', async () => {
testReceiver = new smartlogReceiver.SmartlogReceiver(); testReceiver = new smartlogReceiver.SmartlogReceiver();
}) });
tap.start(); tap.start();

View File

@ -9,7 +9,5 @@ export class SmartlogReceiver {
/** /**
* handles a authenticated log * handles a authenticated log
*/ */
private handleAuthenticatedLog (authenticatedLogArg) { private handleAuthenticatedLog(authenticatedLogArg) {}
}
} }

View File

@ -1,4 +1,2 @@
const removeme = {}; const removeme = {};
export { export { removeme };
removeme
}