fix(core): update
This commit is contained in:
parent
bb5f70a28e
commit
2a8c0dec5f
@ -9,7 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)",
|
"build": "(tsbuild --web --allowimplicitany)",
|
||||||
"serve": "tsrun scripts/serve.ts",
|
"serve": "tsrun scripts/serve.ts",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartssr',
|
name: '@pushrocks/smartssr',
|
||||||
version: '1.0.36',
|
version: '1.0.37',
|
||||||
description: 'a smart server side renderer supporting shadow dom'
|
description: 'a smart server side renderer supporting shadow dom'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user