Skip to content

Commit bf4e381

Browse files
committed
refactor: rename variable
1 parent 6889594 commit bf4e381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ const gulpInlineSourceHtml = (options = {}) => {
4141
})
4242
};
4343

44-
var gulpInlineSource = gulpInlineSourceHtml;
44+
var gulpInlineSourceHtml_1 = gulpInlineSourceHtml;
4545

46-
export default gulpInlineSource;
46+
export default gulpInlineSourceHtml_1;

0 commit comments

Comments
 (0)