Bump to v3.9.1.

This commit is contained in:
jdalton
2015-06-28 22:20:43 -07:00
committed by John-David Dalton
parent 86d4e0f54a
commit 2598ab7f18
21 changed files with 1042 additions and 130 deletions

View File

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