From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/node-fetch/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node_modules/node-fetch/README.md') diff --git a/node_modules/node-fetch/README.md b/node_modules/node-fetch/README.md index 96d69f68f..0bfb38755 100644 --- a/node_modules/node-fetch/README.md +++ b/node_modules/node-fetch/README.md @@ -4,7 +4,7 @@ node-fetch [![npm version][npm-image]][npm-url] [![build status][travis-image]][travis-url] -[![coverage status][coveralls-image]][coveralls-url] +[![coverage status][codecov-image]][codecov-url] A light-weight module that brings `window.fetch` to Node.js @@ -206,5 +206,5 @@ Thanks to [github/fetch](https://github.com/github/fetch) for providing a solid [npm-url]: https://www.npmjs.com/package/node-fetch [travis-image]: https://img.shields.io/travis/bitinn/node-fetch.svg?style=flat-square [travis-url]: https://travis-ci.org/bitinn/node-fetch -[coveralls-image]: https://img.shields.io/coveralls/bitinn/node-fetch.svg?style=flat-square -[coveralls-url]: https://coveralls.io/r/bitinn/node-fetch +[codecov-image]: https://img.shields.io/codecov/c/github/bitinn/node-fetch.svg?style=flat-square +[codecov-url]: https://codecov.io/gh/bitinn/node-fetch -- cgit v1.2.3