We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae215 commit c44dd77Copy full SHA for c44dd77
build/release/dist.js
@@ -4,7 +4,7 @@ module.exports = function( Release, complete ) {
4
fs = require( "fs" ),
5
shell = require( "shelljs" ),
6
pkg = require( Release.dir.repo + "/package.json" ),
7
- distRemote = Release.remote.replace( "jquery", "jquery-dist" ),
+ distRemote = Release.remote.replace( "jquery.git", "jquery-dist.git" ),
8
// These files are included with the distrubtion
9
files = [
10
"src",
0 commit comments