Bump to v4.3.4.

This commit is contained in:
John-David Dalton
2016-04-02 20:24:23 -07:00
parent 767a30aa7b
commit 2dcf41e178
28 changed files with 531 additions and 281 deletions

View File

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