Bump to v4.7.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:18:48 -07:00
parent b59e006377
commit 1d324e473f
93 changed files with 7918 additions and 2175 deletions

18
lodash.meanby/README.md Normal file
View File

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