Bump to v3.0.5.

This commit is contained in:
jdalton
2015-03-25 00:43:38 -07:00
committed by John-David Dalton
parent 85f4260a84
commit b368027e2c
37 changed files with 462 additions and 212 deletions

View File

@@ -1,4 +1,4 @@
# lodash.istypedarray v3.0.4
# lodash.istypedarray v3.0.5
The [lodash](https://lodash.com/) method `_.isTypedArray` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var isTypedArray = require('lodash.istypedarray');
```
See the [documentation](https://lodash.com/docs#isTypedArray) or [package source](https://github.com/lodash/lodash/blob/3.0.4-npm-packages/lodash.istypedarray) for more details.
See the [documentation](https://lodash.com/docs#isTypedArray) or [package source](https://github.com/lodash/lodash/blob/3.0.5-npm-packages/lodash.istypedarray) for more details.