Bump to v3.2.1.

This commit is contained in:
jdalton
2015-05-19 08:03:41 -07:00
committed by John-David Dalton
parent 0847978784
commit 2a20de4a1e
81 changed files with 330 additions and 240 deletions

View File

@@ -1,20 +1,18 @@
# lodash.spread v3.2.0
# lodash.spread v3.2.1
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) `_.spread` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
The [lodash](https://lodash.com/) method `_.spread` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.spread
```
In Node.js/io.js:
In Node.js:
```js
var spread = require('lodash.spread');
```
See the [documentation](https://lodash.com/docs#spread) or [package source](https://github.com/lodash/lodash/blob/3.2.0-npm-packages/lodash.spread) for more details.
See the [documentation](https://lodash.com/docs#spread) or [package source](https://github.com/lodash/lodash/blob/3.2.1-npm-packages/lodash.spread) for more details.