Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Jun 17, 2016
1 parent 52acdb4 commit 9906b36
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/ko-component-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ return /******/ (function(modules) { // webpackBootstrap
// "/:test(\\d+)?" => ["/", "test", "\d+", undefined, "?", undefined]
// "/route(\\d+)" => [undefined, undefined, undefined, "\d+", undefined, undefined]
// "/*" => ["/", undefined, undefined, undefined, undefined, "*"]
'([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^()])+)\\))?|\\(((?:\\\\.|[^()])+)\\))([+*?])?|(\\*))'
'([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))'
].join('|'), 'g')

/**
Expand Down Expand Up @@ -1991,7 +1991,7 @@ return /******/ (function(modules) { // webpackBootstrap
* @return {string}
*/
function escapeString (str) {
return str.replace(/([.+*?=^!:${}()[\]|\/])/g, '\\$1')
return str.replace(/([.+*?=^!:${}()[\]|\/\\])/g, '\\$1')
}

/**
Expand Down
2 changes: 1 addition & 1 deletion dist/ko-component-router.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/dist/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ko-component-router",
"version": "3.10.0",
"version": "3.10.1",
"description": "Component-based routing for KnockoutJS",
"homepage": "https://github.com/Profiscience/ko-component-router",
"bugs": "https://github.com/Profiscience/ko-component-router/issues",
Expand Down

0 comments on commit 9906b36

Please sign in to comment.