fix(dependencies): update

This commit is contained in:
2018-08-18 22:08:13 +02:00
parent 0dd0d31f41
commit c08aa1959f
4 changed files with 58 additions and 260 deletions

View File

@ -1,9 +1,9 @@
// tslint:disable-next-line:no-implicit-dependencies
import { expect, tap } from 'tapbundle';
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartcsv from '../ts/index';
// tslint:disable-next-line:no-implicit-dependencies
import * as smartfile from 'smartfile';
import * as smartfile from '@pushrocks/smartfile';
let fileString: string;
let testCsv: smartcsv.Csv;