Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "wayfarer", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Composable trie based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,4 +28,4 @@ # wayfarer | ||
router('/uhoh') | ||
// => '404 uhoh not found' | ||
router('/uh/oh') | ||
// => '404 /uh/oh not found' | ||
``` | ||
@@ -32,0 +32,0 @@ |
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
5248