Skip to content

Commit

Permalink
Fixed requests to /index being redirected wrong (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo authored Jun 11, 2018
1 parent 43f2c0b commit 3891e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ajv": "6.5.1",
"arg": "2.0.0",
"chalk": "2.4.1",
"serve-handler": "3.1.1",
"serve-handler": "3.1.2",
"update-check": "1.5.2"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,9 @@ semver@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

[email protected].1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-3.1.1.tgz#351d2947b409863e4dab69106b0c26fb3b53b7ca"
[email protected].2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-3.1.2.tgz#99b1490c64229f2e21a806d591f208ed65653da7"
dependencies:
bytes "3.0.0"
content-disposition "0.5.2"
Expand Down

0 comments on commit 3891e33

Please sign in to comment.