fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-05 16:31:34 +02:00
parent 9b8198d592
commit 820c6ccb74
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web && tsbundle npm)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartdelay',
version: '3.0.0',
version: '3.0.1',
description: 'timeouts for the async/await era, written in TypeScript'
}