redux-components 0.1.1
CoffeeScript 1.11 now supports ES modules!
- Fixed all source code to use ES import/export
- Added Babel build toolchain after CS compilation
- npm run build will now build a CommonJS module (lib/) and an ES6 module (es/)
- package.json includes a jsnext:main directive for ES6 imports
- main now points at lib/ (no more git submodule free rides)