cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
78 stars 9 forks source link

Error in repl #29

Closed fabiot21 closed 1 year ago

fabiot21 commented 1 year ago

After version 0.3 when i try to run repl is now throwing error "Cannot import "svelte-grid-extended": could not find entry point in "undefined/package.json"."

fabiot21 commented 1 year ago

Addition info:

if I change the import to import Grid from 'svelte-grid-extended@0.2'; works correctly

cuire commented 1 year ago

Sorry for that, I published the package incorrectly. Now it should work fine. Ty for reporting that 🖤