diff --git a/index.d.ts b/index.d.ts index e2441be..9cea591 100644 --- a/index.d.ts +++ b/index.d.ts @@ -24,7 +24,7 @@ declare module "docker-compose" { cwd: string; config?: string | string[]; log?: boolean; - commandOptions?: string[] | Array; + composeOptions?: string[] | Array; } interface IDockerComposeLogOptions extends IDockerComposeOptions { diff --git a/package.json b/package.json index 33b63b5..5989b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-compose", - "version": "0.14.0", + "version": "0.14.1", "main": "index.js", "typings": "index.d.ts", "scripts": {