diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/release/dist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/dist.js b/build/release/dist.js index 8a68ec2b0..56bd19509 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -5,7 +5,7 @@ module.exports = function( Release, complete ) { shell = require( "shelljs" ), pkg = require( Release.dir.repo + "/package.json" ), distRemote = Release.remote.replace( "jquery.git", "jquery-compat-dist.git" ), - // These files are included with the distrubtion + // These files are included with the distribution files = [ "src", "LICENSE.txt", |