From 7341966f49da15302968678446bbbda8181e2db7 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 20 Dec 2013 14:34:06 -0800 Subject: [PATCH] Fix incorrect Node version number Fixes #1701 --- tools/bundler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/bundler.js b/tools/bundler.js index e7acccdf43..9d93ddd75f 100644 --- a/tools/bundler.js +++ b/tools/bundler.js @@ -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" +