bradley/Blotter

Publish materials to npm

dy opened this issue · 0 comments

dy commented

Now blotter package doesn't have materials in npm https://npmfs.com/package/blotter.js/0.1.0/, only a single build. That makes impossible to use it via unpkg CDN:

<script src="https://unpkg.com/blotter.js"></script>
<sctipt type="module">
console.dir(Blotter)
</script>

Can you please possibly publish full build folder?