1. 26 Jun, 2016 1 commit
    • Jesse Pollak's avatar
      chore(build): build using webpack · 9abbb203
      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