Fix incorrect Node version number

Fixes #1701
This commit is contained in:
David Glasser
2013-12-20 14:34:06 -08:00
parent caa528733d
commit 7341966f49

View File

@@ -1474,7 +1474,8 @@ var writeSiteArchive = function (targets, outputPath, options) {
builder.write('README', { data: new Buffer(
"This is a Meteor application bundle. It has only one dependency:\n" +
"Node.js 0.10 (with the 'fibers' package). The current release of Meteor\n" +
"has been tested with Node 0.10.21. To run the application:\n" +
"has been tested with Node 0.10.22 and works best with 0.10.22 through\n" +
"0.10.24. To run the application:\n" +
"\n" +
" $ rm -r programs/server/node_modules/fibers\n" +
" $ npm install fibers@1.0.1\n" +