Release: Specify download.jqueryui.com version @1.10.3-4

(cherry picked from commit 4ed52cba65)
This commit is contained in:
Rafael Xavier de Souza 2013-06-25 18:28:06 -03:00 committed by Scott González
parent 40fea6121c
commit c02eef9aee

View File

@ -577,7 +577,7 @@ function _bootstrap( fn ) {
fs.mkdirSync( baseDir );
console.log( "Installing dependencies..." );
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 ) {
if ( error ) {
console.log( error );
return process.exit( 1 );