Provide a range of jQuery versions
Open
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
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"
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.