Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "wayfarer", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Composable trie based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,2 +36,3 @@ # wayfarer | ||
Routers can be infinitely nested, allowing routing to be scoped per view. | ||
Matched params are passed into subrouters. | ||
```js | ||
@@ -38,0 +39,0 @@ const r1 = wayfarer() |
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
6728
84