From 3df456aac3ca3d9f723b19fe034ed54bc85e3f13 Mon Sep 17 00:00:00 2001 From: TokugawaTakesi Date: Tue, 9 Apr 2019 10:23:51 +0900 Subject: [PATCH] test is ok --- .../{gulp-postcss-test.ts => gulp-postcss-tests.ts} | 0 types/gulp-postcss/index.d.ts | 3 ++- types/gulp-postcss/tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename types/gulp-postcss/{gulp-postcss-test.ts => gulp-postcss-tests.ts} (100%) diff --git a/types/gulp-postcss/gulp-postcss-test.ts b/types/gulp-postcss/gulp-postcss-tests.ts similarity index 100% rename from types/gulp-postcss/gulp-postcss-test.ts rename to types/gulp-postcss/gulp-postcss-tests.ts diff --git a/types/gulp-postcss/index.d.ts b/types/gulp-postcss/index.d.ts index 98e3d9310d..864be16098 100644 --- a/types/gulp-postcss/index.d.ts +++ b/types/gulp-postcss/index.d.ts @@ -2,6 +2,7 @@ // Project: https://www.npmjs.com/package/gulp-postcss // Definitions by: Takesi Tokugawa // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.2 /// import Vinyl = require('vinyl'); @@ -12,7 +13,7 @@ declare function GulpPostCss(callback?: (file: Vinyl) => { plugins?: string[], o declare namespace GulpPostCss { interface Options { - parser?: Object; + parser?: any; } } diff --git a/types/gulp-postcss/tsconfig.json b/types/gulp-postcss/tsconfig.json index d48ac90475..5b6ff833f8 100644 --- a/types/gulp-postcss/tsconfig.json +++ b/types/gulp-postcss/tsconfig.json @@ -18,6 +18,6 @@ }, "files": [ "index.d.ts", - "gulp-tap-tests.ts" + "gulp-postcss-tests.ts" ] }