Skip to content

Commit

Permalink
Merge pull request #3 from seegno/support/standard-http-error
Browse files Browse the repository at this point in the history
  • Loading branch information
joaonice authored Aug 13, 2018
2 parents d67e69d + cc06ac8 commit fe95b07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint-staged"
],
"dependencies": {
"standard-http-error": "^2.0.0"
"standard-http-error": "^2.0.1"
},
"devDependencies": {
"coveralls": "^2.13.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2565,9 +2565,9 @@ [email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/standard-error/-/standard-error-1.1.0.tgz#23e5168fa1c0820189e5812701a79058510d0d34"

standard-http-error@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/standard-http-error/-/standard-http-error-2.0.0.tgz#b59295c13f67fffa4b78973f2e522dc1426b3df5"
standard-http-error@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/standard-http-error/-/standard-http-error-2.0.1.tgz#f8ae9172e3cef9cb38d2e7084a1925f57a7c34bd"
dependencies:
standard-error ">= 1.1.0 < 2"

Expand Down

0 comments on commit fe95b07

Please sign in to comment.