Comparing version 11.2.1 to 11.2.2
@@ -19,2 +19,5 @@ // TODO: Expose this like webpack-dev-server middleware | ||
// Patch 'wasm' since send has not yet been updated to latest 'mime' module | ||
serveStatic.mime.types['wasm'] = 'application/wasm'; | ||
module.exports = budoMiddleware | ||
@@ -107,2 +110,3 @@ function budoMiddleware (entryMiddleware, opts) { | ||
delete staticOpts._ // from subarg | ||
var staticHandler = serveStatic(rootFile, staticOpts) | ||
@@ -109,0 +113,0 @@ handler.use(function (req, res, next) { |
{ | ||
"name": "budo", | ||
"version": "11.2.1", | ||
"version": "11.2.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
87221
1425