mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 11:55:22 -05:00
Release: properly set the dist remote when it's a real release
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = function( Release, complete ) {
|
||||
fs = require( "fs" ),
|
||||
shell = require( "shelljs" ),
|
||||
pkg = require( Release.dir.repo + "/package.json" ),
|
||||
distRemote = Release.remote.replace( "jquery", "jquery-compat-dist" ),
|
||||
distRemote = Release.remote.replace( "jquery.git", "jquery-compat-dist.git" ),
|
||||
// These files are included with the distrubtion
|
||||
files = [
|
||||
"src",
|
||||
|
||||
Reference in New Issue
Block a user