abstract-state-router
Advanced tools
Comparing version 3.5.1 to 3.6.0
@@ -250,2 +250,5 @@ var StateState = require('./state-state') | ||
} | ||
if (renderer.handleStateRouter) { | ||
renderer.handleStateRouter(stateProviderEmitter) | ||
} | ||
@@ -252,0 +255,0 @@ return stateProviderEmitter |
{ | ||
"name": "abstract-state-router", | ||
"version": "3.5.1", | ||
"version": "3.6.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", |
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
75648
2228