%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
/* Release checklist - Run `git changelog` and edit to match previous output (this should make use of jquey-release instead) - pull latest https://github.com/jquery/jquery-release - run node release.js --remote=jzaefferer/jquery-validation - Wait a while, verify and confirm each step - */ /*jshint node:true */ module.exports = function( Release ) { function today() { return new Date().toISOString().replace(/T.+/, ""); } // also add version property to this Release._jsonFiles.push( "validation.jquery.json" ); Release.define({ issueTracker: "github", changelogShell: function() { return Release.newVersion + " / " + today() + "\n==================\n\n"; }, generateArtifacts: function( done ) { Release.exec( "grunt release", "Grunt command failed" ); done([ "dist/additional-methods.js", "dist/additional-methods.min.js", "dist/jquery.validate.js", "dist/jquery.validate.min.js" ]); }, // disable CDN publishing cdnPublish: false, // disable authors check _checkAuthorsTxt: function() {} }); };