browser-sync-spa
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -44,3 +44,3 @@ (function (bs) { | ||
if (window.Backbone && Backbone.history) { | ||
Backbone.history.navigate(pathname); | ||
Backbone.history.navigate(pathname, { trigger: true }); | ||
} | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "browser-sync-spa", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Single Page App support for BrowserSync", | ||
@@ -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
5311