Skip to content

Commit

Permalink
Release: Fix the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jun 14, 2024
1 parent 2f1f1ea commit b76883a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function addManifest( packager ) {
function buildCDNPackage( callback ) {
console.log( "Building CDN package" );
var JqueryUi = require( "download.jqueryui.com/lib/jquery-ui" );
var PackageWithoutThemes = require( "download.jqueryui.com/lib/package-1-13" );
var PackageOfThemes = require( "download.jqueryui.com/lib/package-1-13-themes" );
var PackageWithoutThemes = require( "download.jqueryui.com/lib/package" );
var PackageOfThemes = require( "download.jqueryui.com/lib/package-themes" );
var Packager = require( "node-packager" );

// PackageOfThemes doesn't contain JS files, PackageWithoutThemes doesn't contain themes;
Expand Down

0 comments on commit b76883a

Please sign in to comment.