Seed Barista - v1.0.4
Updates
jQuery wasn't mounting correct when Barista was being used in a Jest testing environment (specifically, Jest + Enzyme). I suspect this has to do with Enzyme's .mount() API, which (like Barista) also uses JSDOM.
This update adjusts how jQuery is initialized with Barista's .mount() method.
No changes are required for the end-user