mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

chore: build dist #108

Closed simoneb closed 2 years ago

simoneb commented 2 years ago

Fixes https://github.com/mcollina/msgpack5/issues/107 by running the build script in master and regenerating the dist folder

mcollina commented 2 years ago

Thanks!