aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2016-02-24 10:20:22 -0500
committerTimmy Willison <timmywillisn@gmail.com>2016-02-24 10:21:40 -0500
commit5d620be42054e8a326bc29493728e80381ebf473 (patch)
tree82067db167077a76c4b16059777b907f74ea7974
parent7d856124afaecae63a36da28921552ac7a0eb00e (diff)
downloadjquery-5d620be42054e8a326bc29493728e80381ebf473.tar.gz
jquery-5d620be42054e8a326bc29493728e80381ebf473.zip
Release: include external/sizzle in releases
Ref gh-2945
-rw-r--r--build/release/dist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/release/dist.js b/build/release/dist.js
index 35d074ae8..178e38cab 100644
--- a/build/release/dist.js
+++ b/build/release/dist.js
@@ -12,6 +12,7 @@ module.exports = function( Release, complete ) {
// These files are included with the distribution
files = [
"src",
+ "external/sizzle",
"LICENSE.txt",
"AUTHORS.txt",
"package.json"