Bump to v4.6.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:17:15 -07:00
parent 529ca45adf
commit 5c7ff7a9f3
207 changed files with 38121 additions and 7627 deletions

View File

@@ -0,0 +1,18 @@
# lodash.pullallwith v4.6.0
The [lodash](https://lodash.com/) method `_.pullAllWith` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.pullallwith
```
In Node.js:
```js
var pullAllWith = require('lodash.pullallwith');
```
See the [documentation](https://lodash.com/docs#pullAllWith) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.pullallwith) for more details.