Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "wtch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "small gaze / livereload watch utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ # wtch | ||
Useful alongside tools like [wzrd](https://github.com/maxogden/wzrd). | ||
Particularly useful alongside tools like [wzrd](https://github.com/maxogden/wzrd). | ||
@@ -21,6 +21,6 @@ ```js | ||
Or with options: | ||
With options, and using [garnish](https://github.com/mattdesl/garnish) for pretty-printing. | ||
```js | ||
wzrd test/index.js | wtch --dir test -e js,css,es6 | ||
wzrd test/index.js | wtch --dir test -e js,css,es6 | garnish | ||
``` | ||
@@ -27,0 +27,0 @@ |
5865