I am trying to implement a template bought from “themeforest”,template name “Katalaya”. The template comes with JQuery version “jQuery v2.1.1”. However Meteor by default has jQuery JavaScript Library v1.11.2. Looks like the Meteor 1.1.0.3 by default has the lower Jquery version.
Now how do we update the Meteor’s Jquery version to 2.1.1 ? Anyone done this before? Was there any other impact doing so?