From beb09757c2577a045b35eca6def7f022bb342fe6 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 6 Nov 2014 14:21:33 -0800 Subject: [PATCH] Strip esprima/test from js-analyze --- packages/js-analyze/package.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/js-analyze/package.js b/packages/js-analyze/package.js index a4593be2db..91649f232d 100644 --- a/packages/js-analyze/package.js +++ b/packages/js-analyze/package.js @@ -17,6 +17,10 @@ Npm.depends({ escope: "1.0.0" }); +Npm.strip({ + esprima: ["test/"] +}); + // This package may not depend on ANY other Meteor packages, even in the test // slice. (Tests for this package are in the js-analyze-tests package.) This is // because it is used by the linker; the linker is smart enough not to try to