Skip to content

Commit

Permalink
feat(package): upgrade expresse to support nginx correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fklingler committed Jun 21, 2017
1 parent 3e0c466 commit b537ca4
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 @@ -43,7 +43,7 @@
},
"dependencies": {
"@mitm/assetbundlecompiler": "^1.3.0",
"@toverux/expresse": "^2.0.1",
"@toverux/expresse": "^2.1.0",
"azure-storage": "^2.1.0",
"body-parser": "^1.17.1",
"boom": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
conventional-changelog "0.0.17"
github-url-from-git "^1.4.0"

"@toverux/expresse@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@toverux/expresse/-/expresse-2.0.1.tgz#5575321e604de02ecd633f7a5235ad64cd16a62a"
"@toverux/expresse@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@toverux/expresse/-/expresse-2.1.0.tgz#e2728d69bac3b2302b32e87d96733dad4d6e3872"
dependencies:
compose-middleware "^2.2.0"

Expand Down

0 comments on commit b537ca4

Please sign in to comment.