Skip to content

Commit

Permalink
v2.2.2; codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Va1 committed Mar 19, 2018
1 parent 1a4aed0 commit 487b65a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/BrowserSyncPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const defaultPluginOptions = {
}

class BrowserSyncPlugin {
constructor(browserSyncOptions, pluginOptions) {
constructor (browserSyncOptions, pluginOptions) {
this.browserSyncOptions = Object.assign({}, browserSyncOptions)
this.options = Object.assign({}, defaultPluginOptions, pluginOptions)

Expand All @@ -18,7 +18,7 @@ class BrowserSyncPlugin {
this.isBrowserSyncRunning = false
}

apply(compiler) {
apply (compiler) {
const watchRunCallback = () => {
this.isWebpackWatching = true
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-sync-webpack-plugin",
"version": "2.2.1",
"version": "2.2.2",
"description": "BrowserSync and Webpack integration",
"keywords": [
"webpack",
Expand Down

0 comments on commit 487b65a

Please sign in to comment.