Comparing version 0.1.4 to 0.1.5
@@ -23,3 +23,3 @@ var fs = require('fs'); | ||
options.livereload = options.livereload || path.join(__dirname, 'public/livereload.js'); | ||
options.livereload = options.livereload || path.join(__dirname, '../node_modules/livereload-js/dist/livereload.js'); | ||
options.port = parseInt(options.port || 35729, 10); | ||
@@ -26,0 +26,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Tiny LiveReload server, background-friendly", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "https://github.com/mklabs/tiny-lr", | ||
@@ -29,4 +29,5 @@ "bugs": "https://github.com/mklabs/tiny-lr/issues", | ||
"body-parser": "~1.8.0", | ||
"debug": "~0.8.1", | ||
"debug": "~2.0.0", | ||
"faye-websocket": "~0.7.2", | ||
"livereload-js": "^2.2.0", | ||
"parseurl": "~1.3.0", | ||
@@ -33,0 +34,0 @@ "qs": "~2.2.3" |
@@ -125,3 +125,17 @@ # tiny-lr [![Build Status](https://travis-ci.org/mklabs/tiny-lr.svg?branch=master)](https://travis-ci.org/mklabs/tiny-lr) | ||
See [make-livereload](https://github.com/mklabs/make-livereload) repo. | ||
This repository defines a bin wrapper you can use and install with: | ||
npm install make-livereload -g | ||
It bundles the same bin wrapper previously used in tiny-lr repo. | ||
Usage: tiny-lr [options] | ||
Options: | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
port -p | ||
pid Path to the generated PID file (default: ./tiny-lr.pid) | ||
### Using gulp | ||
@@ -128,0 +142,0 @@ |
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
316
33049
6
23
651
+ Addedlivereload-js@^2.2.0
+ Addeddebug@2.0.0(transitive)
+ Addedlivereload-js@2.4.0(transitive)
+ Addedms@0.6.2(transitive)
- Removeddebug@0.8.1(transitive)
Updateddebug@~2.0.0