Comparing version 1.5.9 to 1.5.10
@@ -1,2 +0,2 @@ | ||
interface executive { | ||
export interface executive { | ||
(command: string | any[], options?: any, callback?: any): Promise<any> | ||
@@ -10,3 +10,7 @@ interactive: executive | ||
} | ||
declare var _default: executive | ||
export default _default | ||
declare global { | ||
var exec: executive | ||
} | ||
export default executive |
{ | ||
"name": "executive", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "Elegant command execution with built-in control flow", | ||
@@ -5,0 +5,0 @@ "main": "lib/executive.js", |
317827
3437