Comparing version 0.2.0 to 0.3.0
@@ -17,2 +17,3 @@ var through = require('through'); | ||
var queuedDeps = {}; | ||
var changingDeps = {}; | ||
@@ -42,2 +43,3 @@ b.on('package', function (file, pkg) { | ||
queuedCloses[dep.id] = watcher; | ||
changingDeps[dep.id] = true | ||
@@ -47,3 +49,4 @@ // wait for the disk/editor to quiet down first: | ||
pending = false; | ||
b.emit('update'); | ||
b.emit('update', Object.keys(changingDeps)); | ||
changingDeps = {}; | ||
}, opts.delay || 300); | ||
@@ -50,0 +53,0 @@ |
{ | ||
"name": "watchify", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "watch mode for browserify builds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8548
126
76