Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "wayfarer", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Composable trie based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -54,3 +54,3 @@ # wayfarer | ||
Register a new route. The order in which routes are registered does not matter. | ||
Multiple callbacks can be registered. See | ||
Routes can register multiple callbacks. See | ||
[`routington.define()`](https://github.com/pillarjs/routington#nodes-node--routerdefineroute) | ||
@@ -57,0 +57,0 @@ for all route options. |
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
6853