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.isbuffer v4.3.2
# lodash.isbuffer v4.3.3
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.2-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.3-npm-packages/lodash.isbuffer) for more details.