diff --git a/index.js b/index.js index 30a9241..a32156a 100644 --- a/index.js +++ b/index.js @@ -67,7 +67,8 @@ const Init=function(){ }, function(){ _status = 2; - } + }, + 10 ); /* * @orivate @@ -76,7 +77,8 @@ const Init=function(){ function(){ _status = 3; }, - process.exit + process.exit, + 10 ); /* * @public diff --git a/package.json b/package.json index 810e20b..a339c1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "initrc", - "version": "1.0.4", + "version": "1.1.0", "description": "initalizer Start Stop manager", "main": "index.js", "scripts": { @@ -21,9 +21,9 @@ "url": "https://github.com/Soldy/initrc/issues" }, "devDependencies": { - "nanoTest": "^0.9.9-beta26" + "nanoTest": "0.9.9-beta32" }, "dependencies": { - "levelrunnerrc": "0.0.1" + "levelrunnerrc": "1.0.0" } }