Skip to content

Commit 39ccbad

Browse files
author
Valentyn
committed
Merge pull request #16 from jescalan/patch-1
Informative plugin constructor name
2 parents bcacec0 + bec45e4 commit 39ccbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var _ = require('lodash');
22
var browserSync = require('browser-sync');
33

4-
function Plugin(browserSyncOptions, options) {
4+
function BrowserSyncPlugin(browserSyncOptions, options) {
55
var self = this;
66

77
var defaultOptions = {

0 commit comments

Comments
 (0)