Skip to content

Commit

Permalink
Unify transpiler orders
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Sep 21, 2016
1 parent a808a4a commit b067621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ featured promise libraries like
[bluebird](https://github.com/petkaantonov/bluebird) and
[Q](https://github.com/kriskowal/q). But with the growing adoption of
`async`/`await` provided by ES-next (via transpilers like
[Babel](http://babeljs.io/) and [TypeScript](http://www.typescriptlang.org/)),
[TypeScript](http://www.typescriptlang.org/) and [Babel](http://babeljs.io/)),
some cretical features provided by those libraries become less relevant.

And there is another problem with third-party promise for code using
Expand Down

0 comments on commit b067621

Please sign in to comment.