@travetto/exec
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "0.0.18" | ||
"version": "0.0.19" | ||
} |
@@ -69,3 +69,3 @@ import * as child_process from 'child_process'; | ||
addVolume(local: string; container: string) { | ||
addVolume(local: string, container: string) { | ||
this.volumes[local] = container; | ||
@@ -72,0 +72,0 @@ return this; |