Comparing version 0.2.2 to 0.2.3
@@ -0,1 +1,4 @@ | ||
# Chokidar 0.2.3 (May 12, 2012) | ||
* Fixed watching of files on windows. | ||
# Chokidar 0.2.2 (May 4, 2012) | ||
@@ -2,0 +5,0 @@ * Fixed watcher signature. |
@@ -70,3 +70,5 @@ 'use strict'; | ||
persistent: this.options.persistent | ||
}, callback); | ||
}, function(event, path) { | ||
callback(item); | ||
}); | ||
this.watchers.push(watcher); | ||
@@ -73,0 +75,0 @@ } else { |
{ | ||
"name": "chokidar", | ||
"description": "A neat wrapper around node.js fs.watch / fs.watchFile.", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"keywords": ["fs", "watch", "watchFile", "watcher", "file"], | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/paulmillr/chokidar", |
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
10436
186