Rebuild lodash and docs.

This commit is contained in:
John-David Dalton
2016-01-24 16:48:21 -08:00
parent 9d2d4f39bc
commit 59de939c1d
10 changed files with 912 additions and 798 deletions

View File

@@ -1,4 +1,4 @@
# lodash v4.0.0
# lodash v4.0.1
The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
@@ -18,8 +18,8 @@ $ lodash core -o ./dist/lodash.core.js
Lodash is also available in a variety of other builds & module formats.
* [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) packages
* [lodash-amd](https://github.com/lodash/lodash/tree/4.0.0-amd)
* [lodash-es](https://github.com/lodash/lodash/tree/4.0.0-es)
* [lodash-amd](https://github.com/lodash/lodash/tree/4.0.1-amd)
* [lodash-es](https://github.com/lodash/lodash/tree/4.0.1-es)
## Further Reading