diff --git a/package.json b/package.json index 7d4dfca..e7190ba 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web)" + "build": "(tsbuild --web --allowimplicitany)" }, "repository": { "type": "git", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4245b6d..b19b740 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartacme', - version: '4.0.0', + version: '4.0.1', description: 'acme with an easy yet powerful interface in TypeScript' }