autoupdate package doesn't need to be internal

This commit is contained in:
Andrew Wilcox
2013-11-07 17:18:17 -05:00
committed by Nick Martin
parent e48fa460bc
commit a741726dfc

View File

@@ -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) {