probablykasper / color-picker-svelte

Color picker for Svelte
https://color-picker-svelte.kasper.space
9 stars 1 forks source link

@ctrl/tinycolor not found #3

Closed jrmoynihan closed 1 year ago

jrmoynihan commented 1 year ago

Looks like @ctrl/tinycolor is listed as a dev dependency, but it's used directly in the component, so I get a build error. You might not see it if you already have it installed. I think it just needs to be added as a dependency instead to the package.json

probablykasper commented 1 year ago

Fixed in v1.1.1, thanks for the report