Comparing version 2.1.1 to 2.1.2
@@ -6,3 +6,3 @@ //a thin wrapper around tiny-lr module | ||
module.exports = function(glob, opt) { | ||
module.exports = function(opt) { | ||
opt = xtend(opt) | ||
@@ -9,0 +9,0 @@ opt.host = opt.host || 'localhost' |
{ | ||
"name": "budo", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -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
22651