diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-24 19:01:05 +0200 |
---|---|---|
committer | Felix Nagel <fnagel@users.noreply.github.com> | 2021-09-25 12:25:10 +0200 |
commit | b0ed787d18e606afd81f941065ba35f291ffb245 (patch) | |
tree | c491b5c2f00f71b4aa240736e392ad6616e86caa | |
parent | f381ec0513a896332a2bcfc1b53b77353adae9cc (diff) | |
download | jquery-ui-b0ed787d18e606afd81f941065ba35f291ffb245.tar.gz jquery-ui-b0ed787d18e606afd81f941065ba35f291ffb245.zip |
Build: Require jQuery `>=1.8.0 <4.0.0`, not `>=1.6` in bower.json
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index da3938cb8..9366cbfe8 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ ], "license": "MIT", "dependencies": { - "jquery": ">=1.6" + "jquery": ">=1.8.0 <4.0.0" }, "devDependencies": { "jquery-color": "2.2.0", |