mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Strip esprima/test from js-analyze
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user