mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
autoupdate package doesn't need to be internal
This commit is contained in:
committed by
Nick Martin
parent
e48fa460bc
commit
a741726dfc
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user