Skip to content

Commit b645fb3

Browse files
committed
Build: Make line shorter for JSCS
1 parent 1f53f8e commit b645fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/release.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ function pushToRemote( next ) {
187187
}
188188

189189
function remindAboutCDN( next ) {
190-
console.log( chalk.red( "TODO: Update CDN with jquery-migrate." + releaseVersion + " files (min and regular)" ) );
190+
console.log( chalk.red( "TODO: Update CDN with jquery-migrate." +
191+
releaseVersion + " files (min and regular)" ) );
191192
console.log( chalk.red( " clone codeorigin.jquery.org, git add files, commit, push" ) );
192193
next();
193194
}

0 commit comments

Comments
 (0)