Skip to content

Commit

Permalink
Update to [email protected].
Browse files Browse the repository at this point in the history
Main changes:

* ES6ify a few classes.
* Fix issue when calling `.replaceWith` when the current transition is also
  a `.replaceWith` (previously this would surprisingly result in a
  `.transitionTo` _not_ a replace).

[Full
changelog](tildeio/router.js@v2.0.0-beta.1...v2.0.0-beta.2)
  • Loading branch information
rwjblue committed Feb 25, 2018
1 parent af48b4e commit 2a96ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"puppeteer": "^0.13.0",
"qunit": "^2.5.0",
"route-recognizer": "^0.3.3",
"router_js": "^2.0.0-beta.1",
"router_js": "^2.0.0-beta.2",
"rsvp": "^4.8.0",
"semver": "^5.5.0",
"serve-static": "^1.12.2",
Expand Down

0 comments on commit 2a96ddc

Please sign in to comment.