Comparing version 2.0.2 to 2.0.3
@@ -194,3 +194,3 @@ var routes = require('routes'); | ||
if( global.location && url!==undefined ) { | ||
if( global.location && url ) { | ||
@@ -197,0 +197,0 @@ if (url.charAt(0) != '/') url = '/' + url; |
{ | ||
"name": "bw-router", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "associate objects with routes. Used by bigwheel to route sections", | ||
@@ -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
12996