cycle-route
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cycle-route", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Cycle.js helper for routing", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -15,3 +15,3 @@ # Cycle Route | ||
###```makeRouter(routes)``` | ||
### ```makeRouter(routes)``` | ||
@@ -18,0 +18,0 @@ Takes as input a map from route definition to route name and returns a router function. ```cycle-route``` uses [```routington```](https://github.com/pillarjs/routington) so it accepts all route definitions that ```routington``` accepts and adds a ```*``` route to define the default route. |
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
4007