Skip to content

Commit

Permalink
Fix duplicate 'read' property error
Browse files Browse the repository at this point in the history
Functionality:
 - Remove SrcOptions inheritance of through.Options

Testing done: manual

[Issue](typed-typings#1)
  • Loading branch information
andypyrope committed Nov 10, 2017
1 parent da94fef commit 5e10e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import File = require('vinyl');
import * as globStream from 'glob-stream';
import * as through from 'through2';

interface SrcOptions extends globStream.Options, through.Options {
interface SrcOptions extends globStream.Options {

/** Specifies the working directory the folder is relative to */
cwd?: string;
Expand Down

0 comments on commit 5e10e93

Please sign in to comment.