Skip to content

Commit 4ed52cb

Browse files
committed
Release: Specify download.jqueryui.com version @1.10.3-4
1 parent 7321df7 commit 4ed52cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ function _bootstrap( fn ) {
577577
fs.mkdirSync( baseDir );
578578

579579
console.log( "Installing dependencies..." );
580-
require( "child_process" ).exec( "npm install shelljs colors download.jqueryui.com", function( error ) {
580+
require( "child_process" ).exec( "npm install shelljs colors download.jqueryui.com@1.10.3-4", function( error ) {
581581
if ( error ) {
582582
console.log( error );
583583
return process.exit( 1 );

0 commit comments

Comments
 (0)