Bump to v3.0.9.

This commit is contained in:
jdalton
2015-05-25 16:51:03 -07:00
committed by John-David Dalton
parent ad40188e5b
commit f11f2385a6
12 changed files with 194 additions and 74 deletions

View File

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