Skip to content

Commit

Permalink
Merge pull request #2410 from Bartvds/def/glob-fix
Browse files Browse the repository at this point in the history
small fixes to glob & glob-stream
  • Loading branch information
Bartvds committed Jun 26, 2014
2 parents 8549578 + a61804f commit c2d6fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion glob-stream/glob-stream-tests.ts
@@ -1,4 +1,4 @@
/// <reference path="glob-stream" />
/// <reference path="glob-stream.d.ts" />

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

Expand Down
1 change: 1 addition & 0 deletions glob/glob.d.ts
Expand Up @@ -21,6 +21,7 @@ declare module "glob" {
var Glob:IGlobStatic;

interface IOptions extends minimatch.IOptions {
cwd?: string;
sync?: boolean;
nomount?: boolean;
matchBase?:any;
Expand Down

0 comments on commit c2d6fa7

Please sign in to comment.