Skip to content

Commit f293bf8

Browse files
authored
Merge pull request #322 from tomByrer/patch-1
+ Nodent link in Readme
2 parents 4ef32f1 + 399ab19 commit f293bf8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
## ✨ Features:
1313

1414
- **One dependency** to bundle your library using only a `package.json`
15-
- Support for ESnext & async/await _(via [Bublé] & [Nodent])_
15+
- Support for ESnext & async/await _(via [Bublé] & [async-to-promises])_
1616
- Produces tiny, optimized code for all inputs
1717
- Supports multiple entry modules _(`cli.js` + `index.js`, etc)_
1818
- 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>)_
@@ -125,3 +125,4 @@ Here's what's coming up for Microbundle:
125125

126126
[rollup]: https://github.com/rollup/rollup
127127
[bublé]: https://github.com/Rich-Harris/buble
128+
[async-to-promises]: https://github.com/rpetrich/babel-plugin-transform-async-to-promises

0 commit comments

Comments
 (0)