From 6c716ca6dfaaabbd1fef442cbff5b5650c85e856 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 19 Mar 2012 14:26:07 -0700 Subject: [PATCH] Make test-helpers package internal. Lets not confuse users. --- packages/test-helpers/package.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/test-helpers/package.js b/packages/test-helpers/package.js index 24ba01cfd3..8883afd771 100644 --- a/packages/test-helpers/package.js +++ b/packages/test-helpers/package.js @@ -1,5 +1,6 @@ Package.describe({ - summary: "Utility functions for tests" + summary: "Utility functions for tests", + internal: true }); Package.on_use(function (api, where) {