Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "horpyna", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "utility to manage async processes", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -25,3 +25,3 @@ # HORPYNA | ||
}) | ||
branch(someInput) | ||
branch.execute(someInput) | ||
.then(response => console.log(response)) | ||
@@ -28,0 +28,0 @@ ``` |
Sorry, the diff of this file is not supported yet
89397