Files
meteor/tools/tests/apps/packageless/programs/empty-control/package.js
David Glasser 2e5adc2659 fix autoupdate test
also fixes a bunch of other stuff like:

- parseStack markTop works again (so you get the right line numbers in
  self-test)

- you can (with appropriate env var) run apps with NO PACKAGES at
  all (even ctl)

- more consistently refer to METEOR-CORE@ releases as "Meteor 1.2.3"
2014-06-17 14:26:29 -07:00

5 lines
95 B
JavaScript

// Empty program. Means we don't need a ctl package.
Package.describe({
version: "1.0.0"
});