strider-extension-loader
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -15,2 +15,6 @@ | ||
function route(method) { | ||
if (method === 'del') { | ||
method = 'delete'; | ||
} | ||
var args = [].slice.call(arguments, 1) | ||
@@ -17,0 +21,0 @@ return app[method].apply(app, [join(prefix, args.shift())].concat(middleware.concat(args))) |
{ | ||
"name": "strider-extension-loader", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Load Strider extensions", | ||
@@ -5,0 +5,0 @@ "main": "main.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
54800
872