6eDesign / svelte-calendar

A lightweight datepicker with neat animations and a unique UX.
https://6edesign.github.io/svelte-calendar/
MIT License
543 stars 90 forks source link

Add npm package name / install line #81

Closed avimar closed 3 years ago

antony commented 4 years ago

This is also superceded by https://github.com/6eDesign/svelte-calendar/pull/92

In addition, all dependencies in svelte should be installed as dev dependencies, as installing them as production dependencies can often cause them not to work.

6eDesign commented 3 years ago

This has been taken care of, thank you

avimar commented 3 years ago

This is also superceded by #92

In addition, all dependencies in svelte should be installed as dev dependencies, as installing them as production dependencies can often cause them not to work.

@antony why is that? Is this a sapper specific issue?