Skip to content

Commit

Permalink
Package metadata updates.
Browse files Browse the repository at this point in the history
Make autopublish internal, as it is part of standard-app-packages
and not something we want users to think about.

Tweak the string for facts package. 'and custom' was a bit awkward.
  • Loading branch information
n1mmy committed Dec 11, 2013
1 parent dddc473 commit 49b7e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/autoupdate/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Package.describe({
summary: "Update the client when new client code is available"
summary: "Update the client when new client code is available",
internal: true
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/facts/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package.describe({
summary: "Publish internal and custom app statistics"
summary: "Publish internal app statistics"
});

Package.on_use(function (api) {
Expand Down

0 comments on commit 49b7e45

Please sign in to comment.