Bump to v4.3.3.

This commit is contained in:
John-David Dalton
2016-03-29 20:24:37 -07:00
parent 958d7f06dd
commit 767a30aa7b
30 changed files with 473 additions and 239 deletions

View File

@@ -1,4 +1,4 @@
# lodash.defaultsdeep v4.3.2
# lodash.defaultsdeep v4.3.3
The [lodash](https://lodash.com/) method `_.defaultsDeep` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var defaultsDeep = require('lodash.defaultsdeep');
```
See the [documentation](https://lodash.com/docs#defaultsDeep) or [package source](https://github.com/lodash/lodash/blob/4.3.2-npm-packages/lodash.defaultsdeep) for more details.
See the [documentation](https://lodash.com/docs#defaultsDeep) or [package source](https://github.com/lodash/lodash/blob/4.3.3-npm-packages/lodash.defaultsdeep) for more details.