small fixes to glob & glob-stream

This commit is contained in:
Bart van der Schoor
2014-06-26 04:17:22 +02:00
parent 854957830a
commit a61804f9d9
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;