fix(core): update
This commit is contained in:
parent
4b3964c7c4
commit
94672fd41c
@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)"
|
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.63",
|
"@gitzone/tsbuild": "^2.1.63",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/webstore',
|
name: '@pushrocks/webstore',
|
||||||
version: '2.0.0',
|
version: '2.0.1',
|
||||||
description: 'high performance storage in the browser using indexed db'
|
description: 'high performance storage in the browser using indexed db'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user