Skip to content

v1.0.2 - ES2015 transpiling as default

Compare
Choose a tag to compare
@srenauld srenauld released this 08 Oct 19:37
· 15 commits to master since this release
3c7c060

This release comes with a transpiled version of the library as its default export (index.js). This default export is therefore accessible to anybody running nodeJS > 6.x, as defined in the transpiler config.

Users wishing to use the ES7-featured library directly (and transpile on their own, if needed) can import src/index.js instead.