fix(dependencies): leaner dependencies
This commit is contained in:
@ -39,7 +39,7 @@ export class Timer {
|
||||
private currentTimeout: NodeJS.Timer;
|
||||
|
||||
// a deferred triggeted when Timer has completed
|
||||
private completedDeferred = plugins.smartq.defer<void>();
|
||||
private completedDeferred = plugins.smartpromise.defer<void>();
|
||||
|
||||
constructor(timeInMillisecondsArg: number) {
|
||||
this.timeInMilliseconds = timeInMillisecondsArg;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as moment from 'moment';
|
||||
import * as smartq from 'smartq';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export { moment, smartq };
|
||||
export { moment, smartpromise };
|
||||
|
Reference in New Issue
Block a user