cycle-routing-driver
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "cycle-routing-driver", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A bare-bones router for simple frontend routing in CycleJS", | ||
@@ -20,3 +20,4 @@ "main": "dist/routing-driver.js", | ||
"routing", | ||
"router" | ||
"router", | ||
"react" | ||
], | ||
@@ -23,0 +24,0 @@ "author": { |
@@ -7,3 +7,3 @@ cycle-routing-driver | ||
Routing driver for [CycleJS](https://cycle.js.org/) that enables simple client-side routing, without worrying about | ||
the frills that more complex routers bring. | ||
the frills that more complex routers bring. Includes a React integration to make UI route usage simple. | ||
@@ -10,0 +10,0 @@ ## Intention |
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
23075