You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add npm release workflow (#336)
* Add release workflow
* Move building to prepack and and add linting and testing to prepublish
* Fix package-lock.json
avoiding babel dependency on Symbol
Babel depends on `Symbol` to transpile `for of` and array
destructuring.
IE doesn't support Symbol, and those 2 ES6 features are better avoided
anyway.