collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
2 stars 4 forks source link

Add js-cookie as a dependency to the addon #156

Closed JeffersonBledsoe closed 1 month ago

JeffersonBledsoe commented 1 month ago

The js-cookie dependency was set in the project for this, but developers often won't use the project and will instead import volto-hydra directly, causing a missing dependency. This fixes that issue so we can directly add volto-hydra to any project using mrs developer (and later npm ) and get started straight away.