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