Skip to content

Commit

Permalink
Update should-http to version 0.1.0 🚀 (#7944)
Browse files Browse the repository at this point in the history
* chore(package): update should-http to version 0.1.0

https://greenkeeper.io/

* chore: yarn.lock
  • Loading branch information
greenkeeperio-bot authored and kirrg001 committed Feb 8, 2017
1 parent bf7c76b commit ff995f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"rewire": "2.5.2",
"run-sequence": "1.2.2",
"should": "11.2.0",
"should-http": "0.0.4",
"should-http": "0.1.0",
"sinon": "1.17.7",
"supertest": "3.0.0",
"tmp": "0.0.31"
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ content-disposition@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"

content-type@~1.0.1, content-type@~1.0.2:
content-type@^1.0.2, content-type@~1.0.1, content-type@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.2.tgz#b7d113aee7a8dd27bd21133c4dc2529df1721eed"

Expand Down Expand Up @@ -5400,9 +5400,11 @@ should-format@^3.0.2:
should-type "^1.3.0"
should-type-adaptors "^1.0.1"

should-http@0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/should-http/-/should-http-0.0.4.tgz#b2a39a4780f90d9b238baeacb7bd4c4f3fc7da49"
should-http@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/should-http/-/should-http-0.1.0.tgz#12e22ff5f025a15990d64d3f89fb3b21661f1808"
dependencies:
content-type "^1.0.2"

should-type-adaptors@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit ff995f2

Please sign in to comment.