test is ok

This commit is contained in:
TokugawaTakesi
2019-04-09 10:23:51 +09:00
parent 80b7ab2337
commit 3df456aac3
3 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
// Project: https://www.npmjs.com/package/gulp-postcss
// Definitions by: Takesi Tokugawa <https://github.com/TokugawaTakesi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
/// <reference types="node"/>
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;
}
}

View File

@@ -18,6 +18,6 @@
},
"files": [
"index.d.ts",
"gulp-tap-tests.ts"
"gulp-postcss-tests.ts"
]
}