jQuery loaded twice

Hi,
I am getting 2 versions of jQuery loading up with my Sage theme.
The wordpress version (1.11) and version 2.x in my main.js.
I’m not sure how I got the second version there.
Should jQuery be in my bower components or is that a mistake?

thanks
elvis

You’re likely running into this: https://github.com/roots/sage/commit/7175cc833b666866cbd06a7d96e9865da1dea554

Add that back to your manifest.json and you’ll be good after running gulp again

Thanks, that sorted it.