@sealsystems/determine-executable-version
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,12 @@ | ||
## 1.1.2 (2019-05-27) | ||
### Chores | ||
#### Fix readme. ([392c626](https://github.com/sealsystems/node-determine-executable-version/commit/392c626)) | ||
--- | ||
## 1.1.1 (2019-05-10) | ||
@@ -2,0 +13,0 @@ |
@@ -32,3 +32,3 @@ { | ||
}, | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"publishConfig": { | ||
@@ -35,0 +35,0 @@ "access": "public" |
@@ -19,3 +19,3 @@ # @sealsystems/determine-executable-version | ||
maxBytes: 128, | ||
arguments: ['--version'] | ||
exeArguments: ['--version'] | ||
}; | ||
@@ -32,2 +32,2 @@ | ||
- ```maxBytes``` The maximum number of bytes to return from the output; output which is longer is truncated. Default: ```128``` | ||
- ```arguments``` The argument list to call the executable file with. Default: ```['--version']``` | ||
- ```exeArguments``` The argument list to call the executable file with. Default: ```['--version']``` |
5642