thi-ng / umbrella

⛱ Broadly scoped ecosystem & mono-repository of 199 TypeScript projects (and ~180 examples) for general purpose, functional, data driven development
https://thi.ng
Apache License 2.0
3.35k stars 149 forks source link

FIX/packages/wasm-api-canvas/package.json: incl. zig/ + generated/ #369

Closed guidoschmidt closed 1 year ago

guidoschmidt commented 1 year ago

Looks like "files" needs to include the zig/ and generated/ directories to provide all the necesarry sources when adding the wasm-api-canvas package in via yarn add @thi.ng/wasm-api-canvas.

postspectacular commented 1 year ago

Thank you for this & sorry about that oversight. Did the same mistake w/ one of the other wasm-api packages, but then noticed myself — not this time though... 🙇‍♂️🚀

guidoschmidt commented 1 year ago

Wasn't a big deal, I could just use yarn link to use the package from my local umbrella git clone 🙃