Comparing version 11.3.1 to 11.3.2
@@ -64,3 +64,3 @@ // TODO: Expose this like webpack-dev-server middleware | ||
var entryRoute = urlLib.parse(entrySrc).pathname | ||
if (!/^\//.test(entryRoute)) entryRoute = '/' + entryRoute; | ||
if (!/^\//.test(entryRoute)) entryRoute = '/' + entryRoute | ||
handler.use(function (req, res, next) { | ||
@@ -67,0 +67,0 @@ if (urlTrim(req.url) === urlTrim(entryRoute)) { |
{ | ||
"name": "budo", | ||
"version": "11.3.1", | ||
"version": "11.3.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
87355