Skip to content

Commit

Permalink
remove delete function support
Browse files Browse the repository at this point in the history
Signed-off-by: Soldy <[email protected]>
  • Loading branch information
Soldy committed Jul 20, 2022
1 parent da8d7da commit 627c19d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const Init=function(){
},
function(){
_status = 2;
}
},
10
);
/*
* @orivate
Expand All @@ -76,7 +77,8 @@ const Init=function(){
function(){
_status = 3;
},
process.exit
process.exit,
10
);
/*
* @public
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "initrc",
"version": "1.0.4",
"version": "1.1.0",
"description": "initalizer Start Stop manager",
"main": "index.js",
"scripts": {
Expand All @@ -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"
}
}

0 comments on commit 627c19d

Please sign in to comment.