abstract-state-router
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -26,3 +26,3 @@ var StateState = require('./state-state') | ||
if (!stateRouterOptions.router) { | ||
stateRouterOptions.router = newHashBrownRouter() | ||
stateRouterOptions.router = newHashBrownRouter({ reverse: true }) | ||
} | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "abstract-state-router", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "The basics of a client-side state router ala the AngularJS ui-router, but without any DOM interactions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,6 @@ [ui-router](https://github.com/angular-ui/ui-router/wiki) is fantastic, and I would use it in all of my projects if it wasn't tied to AngularJS. | ||
If you have any questions at all, [ask me on Gitter](https://gitter.im/TehShrike/abstract-state-router). | ||
[![Join the chat at https://gitter.im/TehShrike/abstract-state-router](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TehShrike/abstract-state-router) | ||
# Current renderer implementations | ||
@@ -13,0 +17,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
84439
181