mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
Package.describe({
|
|
summary: 'The Meteor command-line tool',
|
|
version: '3.0.3',
|
|
});
|
|
|
|
Package.includeTool();
|