Skip to content

Commit

Permalink
deps: array-flatten@2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 29, 2017
1 parent 07077c4 commit ad4d52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This incorporates all changes after 4.13.1 up to 4.14.1.
- `res.json(status, obj)` signature - use `res.status(status).json(obj)`
- `res.jsonp(status, obj)` signature - use `res.status(status).jsonp(obj)`
- `res.vary()` (no arguments) -- provide a field name as an argument
* deps: array-flatten@2.1.1
* deps: router@~1.1.5
- deps: array-flatten@2.0.1
- deps: methods@~1.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"accepts": "~1.3.3",
"array-flatten": "2.0.0",
"array-flatten": "2.1.1",
"content-disposition": "0.5.2",
"content-type": "~1.0.2",
"cookie": "0.3.1",
Expand Down

0 comments on commit ad4d52d

Please sign in to comment.