This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Description
Hi @ianstormtaylor!
Right now it is not convenient to use this library with babelify/browserify, since that uses ES6 export and requires global browserify transform.
Changing main entry in package.json to dist fixes this problem, also that is well-established practice.
Appreciate your attention.