fix(core): update

This commit is contained in:
Philipp Kunz 2018-12-28 00:19:37 +01:00
parent faabcabdda
commit 203243646b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as weblogo from '../ts/index'
import * as weblogo from '../ts/index';
tap.test('first test', async () => {

View File

@ -15,6 +15,6 @@ export class WebLogo implements IWebLogo {
svgSquared: string;
favIcon: string;
constructor(baseUrl: string) {
}
}