diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-16 08:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 08:27:27 +0200 |
commit | d37ebc624da1432bd58e5131805a821e163277ce (patch) | |
tree | 94aa522136adc4a55b7d4d85f32926ff6ef53f81 /Gruntfile.js | |
parent | 512cbbf4d9d039519ef9c94716d7048ca2ff582f (diff) | |
download | jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.tar.gz jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.zip |
Build: Add jQuery 3.5.0 & 3.5.1
Closes gh-1915
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 3e804cd64..af08aec47 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -430,6 +430,12 @@ grunt.initConfig( { "jquery-3.4.1/jquery.js": "jquery-3.4.1/dist/jquery.js", "jquery-3.4.1/LICENSE.txt": "jquery-3.4.1/LICENSE.txt", + "jquery-3.5.0/jquery.js": "jquery-3.5.0/dist/jquery.js", + "jquery-3.5.0/LICENSE.txt": "jquery-3.5.0/LICENSE.txt", + + "jquery-3.5.1/jquery.js": "jquery-3.5.1/dist/jquery.js", + "jquery-3.5.1/LICENSE.txt": "jquery-3.5.1/LICENSE.txt", + "jquery-migrate-1.4.1/jquery-migrate.js": "jquery-migrate-1.4.1/dist/jquery-migrate.js", "jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt", |