Skip to content

redux-components 0.1.1

Choose a tag to compare

@wcjohnson wcjohnson released this 26 Oct 23:09
· 124 commits to master since this release

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)