Bump to v4.14.0.

This commit is contained in:
John-David Dalton
2016-07-24 23:56:12 -07:00
parent 9f865886f8
commit c518b8519c
9 changed files with 729 additions and 1 deletions

View File

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