fix(core): update

This commit is contained in:
Philipp Kunz 2023-05-01 14:42:57 +02:00
parent bb5f70a28e
commit 2a8c0dec5f
2 changed files with 2 additions and 2 deletions

View File

@ -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"
},

View File

@ -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'
}