fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdelay',
|
||||
version: '3.0.3',
|
||||
version: '3.0.4',
|
||||
description: 'timeouts for the async/await era, written in TypeScript'
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
|
||||
/**
|
||||
* delay something, works like setTimeout
|
||||
|
Reference in New Issue
Block a user