fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-28 22:14:24 +02:00
parent 66db546d67
commit c5d531fc09
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild --web)", "build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"repository": { "repository": {

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartsystem', name: '@pushrocks/smartsystem',
version: '3.0.0', version: '3.0.1',
description: 'interact with the system you are running on' description: 'interact with the system you are running on'
} }