diff --git a/package.json b/package.json index 9c3f4ec..98d5a23 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/ --web)", - "build": "(tsbuild --web)" + "build": "(tsbuild --web --allowimplicitany --skiplibcheck)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8c8cd39..6cf5986 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/webstore', - version: '2.0.0', + version: '2.0.1', description: 'high performance storage in the browser using indexed db' }