Comparing version 0.1.18 to 0.1.19
{ | ||
"name": "nsfw", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "A simple file watcher for Node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -370,3 +370,3 @@ var nsfw = require("../index.js"); | ||
assert(errors == false, "NSFW received an error."); | ||
assert.equal(createdCount, 3, "NSFW did not hear all 3 delete events."); | ||
assert.equal(createdCount, 3, "NSFW did not hear all 3 create events."); | ||
return watch.stop(); | ||
@@ -376,3 +376,3 @@ }) | ||
return watch.stop() | ||
.then(function(error) { | ||
.then(function() { | ||
Promise.reject(error); | ||
@@ -379,0 +379,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
200448