From a741726dfcd0bda1cbd80b337af6624683a08cac Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Thu, 7 Nov 2013 17:18:17 -0500 Subject: [PATCH] autoupdate package doesn't need to be internal --- packages/autoupdate/package.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/autoupdate/package.js b/packages/autoupdate/package.js index a24a312c26..c7f04a279c 100644 --- a/packages/autoupdate/package.js +++ b/packages/autoupdate/package.js @@ -1,6 +1,5 @@ Package.describe({ - summary: "Update the client when new client code is available", - internal: true + summary: "Update the client when new client code is available" }); Package.on_use(function (api) {