Skip to content

Commit

Permalink
fix: fixing typescript vinyl types (#123)
Browse files Browse the repository at this point in the history
fix #122
  • Loading branch information
wszydlak authored May 6, 2021
1 parent d9c0a22 commit d0d059a
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
@@ -1,5 +1,5 @@
/// <reference types="node" />
import type File = require("vinyl");
import File = require("vinyl");

/**
* Represents options for `gulp-replace`.
Expand Down

0 comments on commit d0d059a

Please sign in to comment.