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:58 -0500 |
commit | 8a91f8442f4d31bdd4b43035ee88d40fbb116f64 (patch) | |
tree | d8f96e6769e7173e3158595f2c6aca098003a1d1 /build | |
parent | f00dd0f0b278b15c89b0924d82c61bd91ceabf55 (diff) | |
download | jquery-8a91f8442f4d31bdd4b43035ee88d40fbb116f64.tar.gz jquery-8a91f8442f4d31bdd4b43035ee88d40fbb116f64.zip |
Release: include external/sizzle in releases
Ref gh-2945
Diffstat (limited to 'build')
-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 fc12a1a00..7c3c29a29 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -12,6 +12,7 @@ module.exports = function( Release, files, complete ) { // These files are included with the distribution extras = [ "src", + "external/sizzle", "LICENSE.txt", "AUTHORS.txt", "package.json" |