mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Include package version parser in tool
This commit is contained in:
committed by
Slava Kim
parent
e2c358dd45
commit
2216f889bd
@@ -1067,7 +1067,8 @@ _.extend(Isopack.prototype, {
|
||||
'HEAD',
|
||||
// The actual trees to copy!
|
||||
'tools', 'examples', 'LICENSE.txt', 'meteor', 'meteor.bat',
|
||||
'scripts/admin/launch-meteor');
|
||||
'scripts/admin/launch-meteor',
|
||||
'packages/package-version-parser/package-version-parser.js');
|
||||
|
||||
// Trim blank line and unnecessary examples.
|
||||
pathsToCopy = _.filter(pathsToCopy.split('\n'), function (f) {
|
||||
|
||||
Reference in New Issue
Block a user