Skip to content

Commit fec8dda

Browse files
committed
Release: Update download.jqueryui.com version to 1.10.8
1 parent f85ea09 commit fec8dda

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@1.10.3-4", function( error ) {
580+
require( "child_process" ).exec( "npm install shelljs colors download.jqueryui.com@1.10.8", function( error ) {
581581
if ( error ) {
582582
console.log( error );
583583
return process.exit( 1 );

0 commit comments

Comments
 (0)