fix typings

This commit is contained in:
Alexander Zeitler 2019-03-24 20:03:14 +01:00
parent 478d21bab8
commit 9646366e16
2 changed files with 2 additions and 2 deletions

2
index.d.ts vendored
View file

@ -24,7 +24,7 @@ declare module "docker-compose" {
cwd: string;
config?: string | string[];
log?: boolean;
commandOptions?: string[] | Array<string | string[]>;
composeOptions?: string[] | Array<string | string[]>;
}
interface IDockerComposeLogOptions extends IDockerComposeOptions {

View file

@ -1,6 +1,6 @@
{
"name": "docker-compose",
"version": "0.14.0",
"version": "0.14.1",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {