Fix PR link in changelog. (#75) [skip ci]

This commit is contained in:
Nazim Hajidin 2016-12-10 16:21:17 -05:00 committed by Henry Zhu
parent 37c1e40e5c
commit a98e1a0604

View File

@ -33,7 +33,7 @@ We were outputting an invalid path for `regenerator`!
### :rocket: New Feature
* Add `useBuiltIns` option ([#56](https://github.com/babel/babel-preset-env/pull/55)) ([@hzoo](https://github.com/hzoo)), ([@yavorsky](https://github.com/yavorsky)), ([@existentialism](https://github.com/existentialism))
* Add `useBuiltIns` option ([#56](https://github.com/babel/babel-preset-env/pull/56)) ([@hzoo](https://github.com/hzoo)), ([@yavorsky](https://github.com/yavorsky)), ([@existentialism](https://github.com/existentialism))
A way to apply `babel-preset-env` for polyfills (via `"babel-polyfill"``).