mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
fix typings
This commit is contained in:
parent
478d21bab8
commit
9646366e16
2 changed files with 2 additions and 2 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docker-compose",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.1",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue