diff --git a/package.json b/package.json index 0ad6cda..95e64eb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild --web --allowimplicitany)" + "build": "(tsbuild --web --allowimplicitany --skiplibcheck)" }, "repository": { "type": "git", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3c1899c..e23cd57 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/tapbundle', - version: '5.0.7', + version: '5.0.8', description: 'tap bundled for tapbuffer' }