]> source.dussan.org Git - jquery-ui.git/commitdiff
Release: Update the download.jqueryui.com dependency
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Thu, 26 Aug 2021 11:41:10 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 11:41:10 +0000 (13:41 +0200)
This is needed to make `"use strict"` pragmas not stripped out during the
build.

Closes gh-1969

build/release.js

index 60a36d22699575c3a109323105d79d29c20c7018..e41e1ee264ad84cf23c35800c6573f91f495e371 100644 (file)
@@ -140,7 +140,7 @@ Release.define( {
 };
 
 module.exports.dependencies = [
-       "download.jqueryui.com@2.2.1",
+       "download.jqueryui.com@2.2.2",
        "node-packager@0.0.6",
        "shelljs@0.8.4"
 ];