boring-router
Advanced tools
Comparing version 0.1.0-alpha.7 to 0.1.0-alpha.8
@@ -96,3 +96,3 @@ "use strict"; | ||
this._sourceQuery = sourceQueryDict; | ||
this._params = Object.assign({}, queryDict, fragmentDict); | ||
this._params = Object.assign({}, fragmentDict, queryDict); | ||
this._matched = matched; | ||
@@ -99,0 +99,0 @@ this._exact = exact; |
{ | ||
"name": "boring-router", | ||
"version": "0.1.0-alpha.7", | ||
"version": "0.1.0-alpha.8", | ||
"description": "A light-weight, type-safe, yet reactive router service using MobX.", | ||
"repository": { | ||
@@ -5,0 +6,0 @@ "type": "git", |
16844