modern-async
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "modern-async", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A modern tooling library for asynchronous operations using async/await and promises", | ||
@@ -23,3 +23,4 @@ "keywords": [ | ||
}, | ||
"browser": "./src/dist/modern-async.umd.js", | ||
"browser": "dist/modern-async.umd.js", | ||
"jsdelivr": "dist/modern-async.umd.js", | ||
"files": [ | ||
@@ -26,0 +27,0 @@ "src/*", |
# 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) | ||
[![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) [![](https://data.jsdelivr.com/v1/package/npm/modern-async/badge)](https://www.jsdelivr.com/package/npm/modern-async) | ||
@@ -5,0 +5,0 @@ A modern JavaScript tooling library for asynchronous operations using async/await and promises. |
369737