Skip to content

Commit

Permalink
async-to-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Feb 23, 2019
1 parent 952aede commit 81f8310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
## ✨ Features:

- **One dependency** to bundle your library using only a `package.json`
- Support for ESnext & async/await _(via [Bublé] & [Nodent](https://github.com/MatAtBread/nodent))_
- Support for ESnext & async/await _(via [Bublé] & [async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises))_
- Produces tiny, optimized code for all inputs
- Supports multiple entry modules _(`cli.js` + `index.js`, etc)_
- Creates multiple output formats for each entry _(<abbr title="CommonJS (node)">CJS</abbr>, <abbr title="Universal Module Definition">UMD</abbr> & <abbr title="ECMAScript Modules">ESM</abbr>)_
Expand Down

0 comments on commit 81f8310

Please sign in to comment.