fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-28 23:14:25 +02:00
parent 9795489d67
commit 7e5178d825
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartspawn',
version: '3.0.1',
version: '3.0.2',
description: 'smart subprocess handling'
}