rollup-plugin-livereload
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -15,3 +15,3 @@ 'use strict'; | ||
var enabled = options.verbose !== false; | ||
var enabled = options.verbose === false; | ||
var port = options.port || 35729; | ||
@@ -18,0 +18,0 @@ var server = livereload.createServer(options); |
@@ -13,3 +13,3 @@ import { createServer } from 'livereload'; | ||
var enabled = options.verbose !== false; | ||
var enabled = options.verbose === false; | ||
var port = options.port || 35729; | ||
@@ -16,0 +16,0 @@ var server = createServer(options); |
{ | ||
"name": "rollup-plugin-livereload", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Rollup plugin for LiveReload that watches the bundle and reloads the page on change", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
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