fix(core): update

This commit is contained in:
Philipp Kunz 2019-07-09 00:44:27 +02:00
parent 886863d655
commit 5b64c4635d
2 changed files with 2 additions and 1 deletions

View File

@ -31,4 +31,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }

View File

@ -1,3 +1,4 @@
// tslint:disable-next-line: no-implicit-dependencies
import { expect, tap } from '@pushrocks/tapbundle'; import { expect, tap } from '@pushrocks/tapbundle';
import * as smartmoney from '../ts/index'; import * as smartmoney from '../ts/index';