Bump to v4.12.0.

This commit is contained in:
John-David Dalton
2016-08-13 09:59:26 -07:00
parent e7af275fde
commit b431c59980
17 changed files with 876 additions and 1 deletions

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

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