browser-sync-webpack-plugin
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "browser-sync-webpack-plugin", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "BrowserSync and Webpack integration", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,4 +11,4 @@ # [BrowserSync](http://www.browsersync.io/) plugin for [Webpack](http://webpack.github.io/) | ||
With release of 2.0.0 plugin is expected to be used in node v4+ environment. | ||
Support for node of v3 and lower was dropped, but you can install and use plugin version of 1.2.0 for old environments. | ||
With release of 2.0.0 the plugin is expected to be used in Node v4+ environment. | ||
Support for Node v3 and lower was dropped, but you can install and use the plugin version of 1.2.0 in older environments. | ||
@@ -31,3 +31,3 @@ ## Usage: | ||
```javascript | ||
var BrowserSyncPlugin = require('browser-sync-webpack-plugin'); | ||
const BrowserSyncPlugin = require('browser-sync-webpack-plugin'); | ||
@@ -58,3 +58,3 @@ module.exports = { | ||
```javascript | ||
var BrowserSyncPlugin = require('browser-sync-webpack-plugin'); | ||
const BrowserSyncPlugin = require('browser-sync-webpack-plugin'); | ||
@@ -61,0 +61,0 @@ module.exports = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7039
104240