Comparing version 3.2.0 to 3.2.1
@@ -16,3 +16,2 @@ var xtend = require('xtend') | ||
opt = xtend({ | ||
port: 35729, | ||
event: 'change', | ||
@@ -23,2 +22,5 @@ ignored: ignore, | ||
if (typeof opt.port !== 'number') | ||
opt.port = 35729 | ||
var ignoreReload = opt.ignoreReload | ||
@@ -25,0 +27,0 @@ var emitter = new Emitter() |
{ | ||
"name": "wtch", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "small livereload/watch command line utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9583
116