diff --git a/README.md b/README.md index 4f73b09..4f37994 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ ![logo](https://github.com/nicolas-van/modern-async/raw/master/img/facebook_cover_photo_2_680.png) -[![GitHub Repo stars](https://img.shields.io/github/stars/nicolas-van/modern-async?style=social)](https://github.com/nicolas-van/modern-async/stargazers) [![Website](https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async)](https://nicolas-van.github.io/modern-async) -[![Node.js CI](https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg)](https://github.com/nicolas-van/modern-async/actions) [![npm](https://img.shields.io/npm/v/modern-async)](https://www.npmjs.com/package/modern-async) [![Coverage Status](https://coveralls.io/repos/github/nicolas-van/modern-async/badge.svg?branch=master)](https://coveralls.io/github/nicolas-van/modern-async?branch=master) [![](https://data.jsdelivr.com/v1/package/npm/modern-async/badge)](https://www.jsdelivr.com/package/npm/modern-async) +[![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/nicolas-van) +[![GitHub Repo stars](https://img.shields.io/github/stars/nicolas-van/modern-async?style=social)](https://github.com/nicolas-van/modern-async/stargazers) +[![Website](https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async)](https://nicolas-van.github.io/modern-async) +[![Node.js CI](https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg)](https://github.com/nicolas-van/modern-async/actions) +[![npm](https://img.shields.io/npm/v/modern-async)](https://www.npmjs.com/package/modern-async) +[![Coverage Status](https://coveralls.io/repos/github/nicolas-van/modern-async/badge.svg?branch=master)](https://coveralls.io/github/nicolas-van/modern-async?branch=master) +[![JsDelivr](https://data.jsdelivr.com/v1/package/npm/modern-async/badge)](https://www.jsdelivr.com/package/npm/modern-async) A modern JavaScript tooling library for asynchronous operations using async/await, promises and async generators. diff --git a/package.json b/package.json index a5b565e..89ec31e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modern-async", - "version": "1.1.4", + "version": "1.1.5", "description": "A modern tooling library for asynchronous operations using async/await, promises and async generators", "keywords": [ "async", @@ -51,6 +51,10 @@ "url": "https://github.com/nicolas-van/modern-async/issues" }, "homepage": "https://nicolas-van.github.io/modern-async", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/nicolas-van" + }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6",