Move support note to lodash-cli. [ci skip]

This commit is contained in:
John-David Dalton
2013-11-10 15:33:43 -08:00
parent cdccbb59ab
commit 48ff516215

View File

@@ -123,7 +123,6 @@ var _ = require('lodash/dist/lodash.underscore');
**Notes:**
* Dont assign values to [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when in the REPL
* If Lo-Dash is installed globally, run [`npm ln lodash`](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation/) in your projects 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) preventing minified builds
In [Rhino](http://www.mozilla.org/rhino/):