We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4865dc commit 74f38b4Copy full SHA for 74f38b4
build/release/release.js
@@ -577,7 +577,7 @@ function _bootstrap( fn ) {
577
fs.mkdirSync( baseDir );
578
579
console.log( "Installing dependencies..." );
580
- require( "child_process" ).exec( "npm install shelljs colors download.jqueryui.com@1.10.3-4", function( error ) {
+ require( "child_process" ).exec( "npm install shelljs colors download.jqueryui.com@1.10.8", function( error ) {
581
if ( error ) {
582
console.log( error );
583
return process.exit( 1 );
0 commit comments