Skip to content

Commit

Permalink
update readme to add credits and call for collaborators (#540)
Browse files Browse the repository at this point in the history
* also pin chai-string to ~1.3.0 as chai-string 1.5.0 introduce a breaking change that breaks our node v4 CI.
  • Loading branch information
bitinn committed Oct 24, 2018
1 parent 745a27c commit 8cc909f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ node-fetch

A light-weight module that brings `window.fetch` to Node.js

(We are looking for [v2 maintainers and collaborators](https://github.com/bitinn/node-fetch/issues/252))

<!-- TOC -->

- [Motivation](#motivation)
Expand Down Expand Up @@ -470,6 +472,8 @@ An operational error in the fetching process. See [ERROR-HANDLING.md][] for more

Thanks to [github/fetch](https://github.com/github/fetch) for providing a solid implementation reference.

`node-fetch` v1 was maintained by [@bitinn](https://github.com/bitinn), v2 is currently maintained by [@TimothyGu](https://github.com/timothygu), v2 readme is written by [@jkantr](https://github.com/jkantr).

## License

MIT
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"chai-iterator": "^1.1.1",
"chai-string": "^1.3.0",
"chai-string": "~1.3.0",
"codecov": "^3.0.0",
"cross-env": "^5.1.3",
"form-data": "^2.3.1",
Expand Down

0 comments on commit 8cc909f

Please sign in to comment.