leopard-js / leopard

Library for making Scratch-like projects with JavaScript.
https://leopardjs.com
MIT License
136 stars 26 forks source link

Add `"types"` field to package.json #192

Closed mybearworld closed 4 months ago

mybearworld commented 4 months ago

Resolves #191

Just adds the "types" field to the package.json so that the types get exposed to people using the library.

Not tested yet, but should work Tested and works.

towerofnix commented 4 months ago

Thanks! Tested locally and it appears to be working here too. We should have 1.6.1 published shortly.

PullJosh commented 4 months ago

Excellent! Thank you @mybearworld and @towerofnix