timqian / chart.xkcd

xkcd styled chart lib
https://timqian.com/chart.xkcd/
MIT License
7.64k stars 198 forks source link

Yarn compatibility #69

Open erdostom opened 4 years ago

erdostom commented 4 years ago

Previously, it wasn't possible to yarn add the master branch, because dist was only prepared when the package was published to NPM.

After this change, it is run locally after install, allowing people to use HEAD.

Related issue

Fix #62

Screenshot before and after this change