mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
Package.describe({
|
|
summary: 'The Meteor command-line tool',
|
|
version: '2.5.0',
|
|
});
|
|
|
|
Package.includeTool();
|