-
Jesse Pollak authored
BREAKING CHANGE: we now distribute the library in two different ways: * the npm "main" is now `lib/index.js`, which is ES5 with require statements, compatible with webpack and browserify * the `dist/payment.js` is a pre-built JS file that can be included in <script> tags
9abbb203