Comparing version 0.8.0 to 0.8.1
@@ -61,3 +61,3 @@ #!/usr/bin/env node | ||
var delta = (new Date()).getTime() - start; | ||
console.log(bytes + ' bytes written to ' + outfile | ||
console.error(bytes + ' bytes written to ' + outfile | ||
+ ' (' + (delta / 1000).toFixed(2) + ' seconds)' | ||
@@ -64,0 +64,0 @@ ); |
{ | ||
"name": "watchify", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "watch mode for browserify builds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21248