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 7321df7 commit 4ed52cbCopy full SHA for 4ed52cb
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", function( error ) {
+ require( "child_process" ).exec( "npm install shelljs colors download.jqueryui.com@1.10.3-4", function( error ) {
581
if ( error ) {
582
console.log( error );
583
return process.exit( 1 );
0 commit comments