We should provide a range of jQuery versions for our jQuery dependency so that it is more likely that FuncUnit can utilize the app's version. Something like: ```js "dependencies": { "jquery": ">=1.9.0 <1.12.0 || >=2.1.0 <2.3.0" }, ```