Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "wtch", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "small livereload/watch command line utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -50,3 +50,3 @@ # wtch | ||
Returns a through stream that watches the glob (or array of globs) with the given options and an optional callback. | ||
Returns a through stream that watches the glob (or array of globs) with the given options and an optional callback when LiveReload is listening. | ||
@@ -53,0 +53,0 @@ Supported options: |
7864