Skip to content

Commit

Permalink
Bump got to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMaz committed Jan 2, 2020
1 parent e592e29 commit a41a5b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -55,7 +55,7 @@
"node": ">= 10.x.x"
},
"dependencies": {
"got": "^10.2.0",
"got": "^10.2.1",
"kleur": "^3.0.3",
"lodash": "^4.17.15"
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ module.exports = {
}

return new Promise((resolve, reject) => {
const writeStream = this._client(url, opt);
const writeStream = this._client(opt);

streamPayload.pipe(writeStream);

Expand Down

0 comments on commit a41a5b0

Please sign in to comment.