2 Commits

Author SHA1 Message Date
29021a7ffe 1.0.7 2019-05-19 22:23:38 +02:00
ca473dcd2e fix(core): update 2019-05-19 22:23:38 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartexit",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartexit",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"description": "do things before one exists a process",
"main": "dist/index.js",

View File

@ -2,7 +2,7 @@ import * as plugins from './smartexit.plugins';
export class SmartExit {
public processesToEnd = new plugins.lik.Objectmap<plugins.childProcess.ChildProcess>();
/**
* adds a process to be exited
* @param childProcessArg