diff --git a/package.json b/package.json index 75c5625..df06c96 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0be36b7..63f8eea 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }