make a bunch of packages internal.

please remember to set this when making new packages.
This commit is contained in:
Nick Martin
2013-10-08 19:58:48 -07:00
parent 0be428b731
commit 93c23470aa
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
Package.describe({
summary: "Helpers for control programs"
summary: "Helpers for control programs",
internal: true
});
Npm.depends({optimist: '0.6.0'});

View File

@@ -1,5 +1,6 @@
Package.describe({
summary: "Default control program for an application"
summary: "Default control program for an application",
internal: true
});
Package.on_use(function (api) {

View File

@@ -1,5 +1,6 @@
Package.describe({
summary: "Tests for JavaScript code analysis for Meteor"
summary: "Tests for JavaScript code analysis for Meteor",
internal: true
});
// The tests are in a separate package so that it is possible to compile

View File

@@ -1,5 +1,6 @@
Package.describe({
summary: "A package for translating old bundles into stars"
summary: "A package for translating old bundles into stars",
internal: true
});
Package.on_use(function (api) {