Bump to v3.0.8.

This commit is contained in:
jdalton
2015-05-19 07:27:29 -07:00
committed by John-David Dalton
parent a0c2bf6074
commit ad40188e5b
19 changed files with 74 additions and 103 deletions

View File

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