fix(dependencies): update

This commit is contained in:
2018-07-18 08:31:22 +02:00
parent 6b6a92b709
commit 280ded573d
4 changed files with 49 additions and 57 deletions

View File

@ -3,7 +3,7 @@ import { tapCreator } from './tapbundle.tapcreator';
import { TapTools } from './tapbundle.classes.taptools';
// imported interfaces
import { HrtMeasurement } from 'early';
import { HrtMeasurement } from '@pushrocks/early';
import { Deferred } from 'smartq';
// interfaces

View File

@ -1,4 +1,4 @@
import * as early from 'early';
import * as early from '@pushrocks/early';
import * as leakage from 'leakage';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartpromise from '@pushrocks/smartpromise';