Showing with 12 additions and 6 deletions.
  1. +6 −0 AUTHORS.txt
  2. +4 −4 build/release.js
  3. +1 −1 build/release/cdn.js
  4. +1 −1 package.json
@@ -293,3 +293,9 @@ Damian Senn <jquery@topaxi.codes>
Ralin Chimev <ralin.chimev@gmail.com>
Felipe Sateler <fsateler@gmail.com>
Christophe Tafani-Dereeper <christophetd@hotmail.fr>
Manoj Kumar <nithmanoj@gmail.com>
David Broder-Rodgers <broder93@gmail.com>
Alex Louden <alex@louden.com>
Alex Padilla <alexonezero@outlook.com>
南漂一卒 <shiy007@qq.com>
karan-96 <karanbatra96@gmail.com>
@@ -83,8 +83,8 @@ module.exports = function( Release ) {
};

module.exports.dependencies = [
"archiver@0.14.2",
"shelljs@0.7.0",
"npm@2.3.0",
"chalk@1.1.1"
"archiver@1.3.0",
"shelljs@0.7.7",
"npm@4.4.1",
"chalk@1.1.3"
];
@@ -87,7 +87,7 @@ function makeArchives( Release, callback ) {
item.replace( rver, Release.newVersion );
} );

sum = Release.exec( "md5sum " + files.join( " " ), "Error retrieving md5sum" );
sum = Release.exec( "md5 -r " + files.join( " " ), "Error retrieving md5sum" );
fs.writeFileSync( md5file, sum );
files.push( md5file );

@@ -2,7 +2,7 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "3.1.2-pre",
"version": "3.2.0-pre",
"main": "dist/jquery.js",
"homepage": "https://jquery.com",
"author": {