formkit / auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

Home Page:https://auto-animate.formkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The following packages did not export their `package.json` file so we could not check the "svelte" field.

bottomground opened this issue · comments

Am trying to use on a Svelte/Sapper site and it appears to work but get the following error when building.
I see your package.json file and so am unsure next steps to take.

[rollup-plugin-svelte] The following packages did not export their package.json file so we could not check the "svelte" field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file.

  • @formkit/auto-animate

Thanks for a great utility!

Interesting. Export the package.json eh? We can do that.

Thanks, loving AutoAnimate

I believe this was resolved on rollup-plugin-svelte’s side of things: sveltejs/rollup-plugin-svelte#181