Comparing version 0.2.3 to 0.2.4
@@ -110,2 +110,6 @@ var common = require('common'); | ||
that.head = router(methods.head); | ||
that.file = function(base, pattern, rewrite) { | ||
that.get(pattern, rewrite, exports.onfilerequest(base)); | ||
}; | ||
@@ -112,0 +116,0 @@ that.close = function() { |
{ | ||
"name":"router", | ||
"version":"0.2.3", | ||
"version":"0.2.4", | ||
"description":"A lean and mean web router", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
29502
188