Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

v1.0.4 — Fixed Support for ES3 + Browserify/Webpack

Compare
Choose a tag to compare
@ericf ericf released this 23 Jan 23:29
· 76 commits to master since this release

This patch release actually fixes #90 so that the Browserify/Webpack output is compatible with ES3 environments. The previous release had .defaults in the transpiled CommonJS modules, the es6-module-transpiler has been updated to fix that, and this release contains those fixes.