diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-02-24 10:20:22 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-02-24 10:21:40 -0500 |
commit | 5d620be42054e8a326bc29493728e80381ebf473 (patch) | |
tree | 82067db167077a76c4b16059777b907f74ea7974 | |
parent | 7d856124afaecae63a36da28921552ac7a0eb00e (diff) | |
download | jquery-5d620be42054e8a326bc29493728e80381ebf473.tar.gz jquery-5d620be42054e8a326bc29493728e80381ebf473.zip |
Release: include external/sizzle in releases
Ref gh-2945
-rw-r--r-- | build/release/dist.js | 1 |
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" |