From e5b8e04dde0e9d1fc911c7bef75be6b5360d234a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 25 Jul 2013 09:26:55 -0700 Subject: [PATCH] Move Node.js version compat warning note to the Node.js notes section of the readme. [ci skip] Former-commit-id: 42acc77eb3ced990683e9d91a155e25486dd73c5 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6cc30ac8..c95709219 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,7 @@ For more information check out these articles, screencasts, and other videos ove ## Support -Lo-Dash has been tested in at least Chrome 5~28, Firefox 2~22, IE 6-10, Opera 9.25~15, Safari 3-6, Node.js 0.4.8-0.10.13*, Narwhal 0.3.2, PhantomJS 1.9.0, RingoJS 0.9, and Rhino 1.7RC5. - -\* Node.js 0.10.8-0.10.11 [have](https://github.com/joyent/node/issues/5622) [bugs](https://github.com/joyent/node/issues/5688) that prevent the `lodash` command-line utility from creating minified builds. +Lo-Dash has been tested in at least Chrome 5~28, Firefox 2~22, IE 6-10, Opera 9.25~15, Safari 3-6, Node.js 0.4.8-0.10.13, Narwhal 0.3.2, PhantomJS 1.9.0, RingoJS 0.9, and Rhino 1.7RC5. ## Custom builds @@ -217,8 +215,10 @@ var _ = require('lodash/dist/lodash.underscore'); ``` **Notes:** - * Don’t assign Lo-Dash to the [special variable `_`](http://nodejs.org/api/repl.html#repl_repl_features) when inside the REPL. - * If Lo-Dash is installed globally, run [`npm link lodash`](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/) in your project’s root directory before requiring it. + * Don’t assign Lo-Dash to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when inside the REPL + * If Lo-Dash is installed globally, run [`npm link lodash`](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/) in your project’s root directory before requiring it + * Node.js 0.10.8-0.10.11 [have](https://github.com/joyent/node/issues/5622) [bugs](https://github.com/joyent/node/issues/5688) that prevent the `lodash` command-line utility from creating minified builds + In [RingoJS ≤ v0.7.0](http://ringojs.org/):