Skip to content

Commit c2d6fa7

Browse files
committed
Merge pull request DefinitelyTyped#2410 from Bartvds/def/glob-fix
small fixes to glob & glob-stream
2 parents 8549578 + a61804f commit c2d6fa7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

glob-stream/glob-stream-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="glob-stream" />
1+
/// <reference path="glob-stream.d.ts" />
22

33
import gs = require('glob-stream');
44

glob/glob.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare module "glob" {
2121
var Glob:IGlobStatic;
2222

2323
interface IOptions extends minimatch.IOptions {
24+
cwd?: string;
2425
sync?: boolean;
2526
nomount?: boolean;
2627
matchBase?:any;

0 commit comments

Comments
 (0)