Include package version parser in tool

This commit is contained in:
Sashko Stubailo
2015-01-27 16:01:19 -08:00
committed by Slava Kim
parent e2c358dd45
commit 2216f889bd

View File

@@ -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) {