Skip to content

Commit

Permalink
Upgrade node-fetch to 2.3.0 from 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Nov 16, 2018
1 parent 0e396b7 commit 95b949c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

_Fetch just works_

Add [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) globally on any js environment.
Add `fetch` globally on Node.js environment. [https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)

## Install

Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -13,6 +13,6 @@
"author": "Han Lin Yap (http://yap.nu)",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.2.0"
"node-fetch": "^2.3.0"
}
}

0 comments on commit 95b949c

Please sign in to comment.