microrouter
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -26,3 +26,3 @@ const { getParamsAndQuery } = require('../utils') | ||
METHODS.forEach(method => { | ||
exports[method.toLowerCase()] = methodFn(method) | ||
exports[method === 'DELETE' ? 'del' : method.toLowerCase()] = methodFn(method) | ||
}) |
{ | ||
"name": "microrouter", | ||
"description": "🚉 A tiny and functional router for Zeit's Micro", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
11530