Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert project to esm #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Convert project to esm #24

wants to merge 2 commits into from

Commits on Aug 12, 2019

  1. Convert project to esm

    In this diff I migrated the project to esm and provided module field
    which is useful for bundlers.
    
    My usecase is rollup. It is able to handle only esm. And this package
    requires me to add commonjs and json plugins.
    
    As a side bonus this module can be used in browsers without bundlers
    similar to this https://unpkg.com/jss@next?module.
    
    For `tap` I wasn't able to setup esm so I replaced it with `tape`.
    TrySound committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    dc21ad9 View commit details
    Browse the repository at this point in the history
  2. Revert tap

    TrySound committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    3c6d31b View commit details
    Browse the repository at this point in the history