Skip to content

Commit 487b65a

Browse files
committed
v2.2.2; codestyle fixes
1 parent 1a4aed0 commit 487b65a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/BrowserSyncPlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const defaultPluginOptions = {
99
}
1010

1111
class BrowserSyncPlugin {
12-
constructor(browserSyncOptions, pluginOptions) {
12+
constructor (browserSyncOptions, pluginOptions) {
1313
this.browserSyncOptions = Object.assign({}, browserSyncOptions)
1414
this.options = Object.assign({}, defaultPluginOptions, pluginOptions)
1515

@@ -18,7 +18,7 @@ class BrowserSyncPlugin {
1818
this.isBrowserSyncRunning = false
1919
}
2020

21-
apply(compiler) {
21+
apply (compiler) {
2222
const watchRunCallback = () => {
2323
this.isWebpackWatching = true
2424
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sync-webpack-plugin",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "BrowserSync and Webpack integration",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)