Bump to v3.9.1.

This commit is contained in:
jdalton
2015-06-28 22:20:43 -07:00
committed by John-David Dalton
parent 86d4e0f54a
commit 2598ab7f18
21 changed files with 1042 additions and 130 deletions

View File

@@ -1,4 +1,4 @@
# lodash._getnative v3.9.0
# lodash._getnative v3.9.1
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) internal `getNative` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
@@ -17,4 +17,4 @@ In Node.js/io.js:
var getNative = require('lodash._getnative');
```
See the [package source](https://github.com/lodash/lodash/blob/3.9.0-npm-packages/lodash._getnative) for more details.
See the [package source](https://github.com/lodash/lodash/blob/3.9.1-npm-packages/lodash._getnative) for more details.