mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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"
5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
// Empty program. Means we don't need a ctl package.
|
|
Package.describe({
|
|
version: "1.0.0"
|
|
});
|