From 5d620be42054e8a326bc29493728e80381ebf473 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 24 Feb 2016 10:20:22 -0500 Subject: [PATCH] Release: include external/sizzle in releases Ref gh-2945 --- build/release/dist.js | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5