File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ logo] ( https://github.com/nicolas-van/modern-async/raw/master/img/facebook_cover_photo_2_680.png )
4
4
5
- [ ![ 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 )
6
- [ ![ 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 )
5
+ [ ![ Github-sponsors] ( https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&logoColor=#EA4AAA )] ( https://github.com/sponsors/nicolas-van )
6
+ [ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/nicolas-van/modern-async?style=social )] ( https://github.com/nicolas-van/modern-async/stargazers )
7
+ [ ![ Website] ( https://img.shields.io/website.svg?url=http%3A%2F%2Fnicolas-van.github.io%2Fmodern-async )] ( https://nicolas-van.github.io/modern-async )
8
+ [ ![ Node.js CI] ( https://github.com/nicolas-van/modern-async/workflows/Node.js%20CI/badge.svg )] ( https://github.com/nicolas-van/modern-async/actions )
9
+ [ ![ npm] ( https://img.shields.io/npm/v/modern-async )] ( https://www.npmjs.com/package/modern-async )
10
+ [ ![ 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 )
11
+ [ ![ JsDelivr] ( https://data.jsdelivr.com/v1/package/npm/modern-async/badge )] ( https://www.jsdelivr.com/package/npm/modern-async )
7
12
8
13
A modern JavaScript tooling library for asynchronous operations using async/await, promises and async generators.
9
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " modern-async" ,
3
- "version" : " 1.1.4 " ,
3
+ "version" : " 1.1.5 " ,
4
4
"description" : " A modern tooling library for asynchronous operations using async/await, promises and async generators" ,
5
5
"keywords" : [
6
6
" async" ,
51
51
"url" : " https://github.com/nicolas-van/modern-async/issues"
52
52
},
53
53
"homepage" : " https://nicolas-van.github.io/modern-async" ,
54
+ "funding" : {
55
+ "type" : " individual" ,
56
+ "url" : " https://github.com/sponsors/nicolas-van"
57
+ },
54
58
"devDependencies" : {
55
59
"@rollup/plugin-commonjs" : " ^21.0.1" ,
56
60
"@rollup/plugin-node-resolve" : " ^13.0.6" ,
You can’t perform that action at this time.
0 commit comments