Bump to v3.0.7.

This commit is contained in:
jdalton
2015-05-01 07:56:10 -07:00
committed by John-David Dalton
parent cfca777a28
commit a0c2bf6074
32 changed files with 229 additions and 199 deletions

View File

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