fix(core): update
This commit is contained in:
parent
9795489d67
commit
7e5178d825
@ -8,7 +8,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": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartspawn',
|
name: '@pushrocks/smartspawn',
|
||||||
version: '3.0.1',
|
version: '3.0.2',
|
||||||
description: 'smart subprocess handling'
|
description: 'smart subprocess handling'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user