mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
make a bunch of packages internal.
please remember to set this when making new packages.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Helpers for control programs"
|
||||
summary: "Helpers for control programs",
|
||||
internal: true
|
||||
});
|
||||
|
||||
Npm.depends({optimist: '0.6.0'});
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user