Yomguithereal / react-blessed

A react renderer for blessed.
MIT License
4.45k stars 177 forks source link

migrate to babel 6 #48

Closed alkhe closed 8 years ago

alkhe commented 8 years ago

All tests pass.

Yomguithereal commented 8 years ago

Hello @edge. If I remember correctly, babel 6 still relies on lodash v3. If this is the case, we should probably stick to lodash v3 also to speed installs and avoid dep solving issues.

alkhe commented 8 years ago

@Yomguithereal done.

Yomguithereal commented 8 years ago

Ok. Let me merge this then :)