Skip to content

Commit e73d055

Browse files
committed
code style fix
1 parent 886e228 commit e73d055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const BrowserSyncPlugin = require("./lib/BrowserSyncPlugin");
1+
const BrowserSyncPlugin = require('./lib/BrowserSyncPlugin')
22

3-
module.exports = BrowserSyncPlugin;
3+
module.exports = BrowserSyncPlugin

0 commit comments

Comments
 (0)