Merge pull request #2410 from Bartvds/def/glob-fix

small fixes to glob & glob-stream
This commit is contained in:
Bart van der Schoor
2014-06-26 04:41:14 +02:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="glob-stream" />
/// <reference path="glob-stream.d.ts" />
import gs = require('glob-stream');
+1
View File
@@ -21,6 +21,7 @@ declare module "glob" {
var Glob:IGlobStatic;
interface IOptions extends minimatch.IOptions {
cwd?: string;
sync?: boolean;
nomount?: boolean;
matchBase?:any;