Comparing version 0.0.9 to 0.0.10
@@ -83,3 +83,3 @@ "use strict"; | ||
if (hashRouter) { | ||
return exports.parsePath(hash.replace(/^#/, ''), state.state); | ||
return exports.parsePath(exports.removeBasename(basename, hash.replace(/^#/, '')), state.state); | ||
} | ||
@@ -86,0 +86,0 @@ return exports.parsePath({ hash: hash, pathname: exports.removeBasename(basename, pathname), query: {}, search: search, state: state.state }); |
{ | ||
"name": "k-history", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
35978