Skip to content

Commit

Permalink
chore: attribute @amiram
Browse files Browse the repository at this point in the history
  • Loading branch information
skonves committed Feb 16, 2018
1 parent 0b75424 commit e352cb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ To avoid weird behavior with express:
1. If you are using `body-parser` and context is getting lost, register it in express before you register `express-http-context`'s middleware.

See [Issue #4](https://github.com/skonves/express-http-context/issues/4) for more context. If you find any other weird behaviors, please feel free to open an issue.

## Contributors
Steve Konves (@skonves)
Amiram Korach (@amiram)
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"request",
"context"
],
"author": "Steve Konves (Amiram Korach)",
"author": "Steve Konves",
"contributors": [
"Steve Konves",
"Amiram Korach"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/skonves/express-http-context/issues"
Expand Down

0 comments on commit e352cb7

Please sign in to comment.