mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-20 23:21:29 +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;
|
cwd: string;
|
||||||
config?: string | string[];
|
config?: string | string[];
|
||||||
log?: boolean;
|
log?: boolean;
|
||||||
commandOptions?: string[] | Array<string | string[]>;
|
composeOptions?: string[] | Array<string | string[]>;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IDockerComposeLogOptions extends IDockerComposeOptions {
|
interface IDockerComposeLogOptions extends IDockerComposeOptions {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-compose",
|
"name": "docker-compose",
|
||||||
"version": "0.14.0",
|
"version": "0.14.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue