Skip to content

Commit d0d059a

Browse files
authored
fix: fixing typescript vinyl types (#123)
fix #122
1 parent d9c0a22 commit d0d059a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="node" />
2-
import type File = require("vinyl");
2+
import File = require("vinyl");
33

44
/**
55
* Represents options for `gulp-replace`.

0 commit comments

Comments
 (0)