fix(core): update
This commit is contained in:
parent
9b8198d592
commit
820c6ccb74
@ -7,7 +7,7 @@
|
|||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/)",
|
"test": "(tstest test/)",
|
||||||
"build": "(tsbuild --web && tsbundle npm)",
|
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartdelay',
|
name: '@pushrocks/smartdelay',
|
||||||
version: '3.0.0',
|
version: '3.0.1',
|
||||||
description: 'timeouts for the async/await era, written in TypeScript'
|
description: 'timeouts for the async/await era, written in TypeScript'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user