pocotan001 / react-styleguide-generator

Easily generate a good-looking styleguide by adding some documentation to your React project.
http://pocotan001.github.io/react-styleguide-generator
MIT License
700 stars 76 forks source link

Update babel to 6 #24

Closed 1000ch closed 8 years ago

1000ch commented 8 years ago

This PR includes dropping support for Node.js v0.10.x (But current version does not support v0.10.x yet. Because RSG use Promise which is not supported in 0.10.x? Or babel 5 polyfills Promise automatically?).

If you want to continue supporting v0.10.x, have to add Promise polyfill such as es6-promise. But v0.10.x is outdated enough, right?

pocotan001 commented 8 years ago

🍻