Fix styling

This commit is contained in:
Daniel Tschinder 2016-09-22 22:31:30 +02:00 committed by GitHub
parent 4b11aad516
commit 101e9e5636

View File

@ -20,7 +20,6 @@ See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.m
### Hot Fix
- [#137](https://github.com/babel/babylon/pull/137) - Fix a regression with duplicate exports - it was erroring on all keys in `Object.prototype`. @danez
```
```javascript
export toString from './toString';
```