fix(core): update
This commit is contained in:
parent
6cfa9aba87
commit
e54e0b4ee3
@ -9,7 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)",
|
"build": "(tsbuild --web --allowimplicitany)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartdaemon',
|
name: '@pushrocks/smartdaemon',
|
||||||
version: '2.0.0',
|
version: '2.0.1',
|
||||||
description: 'start scripts as long running daemons and manage them'
|
description: 'start scripts as long running daemons and manage them'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user