- Pull velocity.js from npm (velocity-animate) instead of bower. This lets users override the version of velocity.js that they're using by depending on it directly.
- Moved library code under
vendor
so it will no longer fall under your app namespace. Import it likeimport { animate } from "vendor/liquid-fire"