Bump to v4.11.0.

This commit is contained in:
John-David Dalton
2016-08-13 09:57:57 -07:00
parent a5b93ca14e
commit ca37606709
5 changed files with 378 additions and 1 deletions

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

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