Bump to v3.6.0.

This commit is contained in:
jdalton
2015-06-28 22:13:27 -07:00
committed by John-David Dalton
parent dbf44fcc0b
commit f1a2ea44f0
22 changed files with 345 additions and 101 deletions

View File

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