Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "commuter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A minimal, composable router that supports sub-routes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,3 +64,3 @@ # commuter | ||
- `router(request, [args ...])` - Route a `request` through the router. Routes | ||
- `router(request [, args ...])` - Route a `request` through the router. Routes | ||
are matched in the order they were added. | ||
@@ -67,0 +67,0 @@ - `request` - An [http.IncomingMessage][request], as passed by an |
Sorry, the diff of this file is not supported yet
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
11001