X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Flodash%2FREADME.md;h=440a09d17d06788a8391024bbac168b46cf5f4e0;hb=6fdab3092eb5921e04b504e7c4b8d9a83a249fb1;hp=fe1455922ebb2e2c2ca7c9340fd6e1cea474ff48;hpb=92637af87fcc7d9b13774acc187fd2e85d866a5e;p=motion.git diff --git a/public/bower_components/lodash/README.md b/public/bower_components/lodash/README.md index fe14559..440a09d 100644 --- a/public/bower_components/lodash/README.md +++ b/public/bower_components/lodash/README.md @@ -1,15 +1,6 @@ -# lodash v4.11.2 +# lodash v4.5.1 -[Site](https://lodash.com/) | -[Docs](https://lodash.com/docs) | -[FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide) | -[Contributing](https://github.com/lodash/lodash/blob/4.11.2/.github/CONTRIBUTING.md) | -[Wiki](https://github.com/lodash/lodash/wiki "Changelog, Roadmap, etc.") | -[Code of Conduct](https://jquery.org/conduct/) | -[Twitter](https://twitter.com/bestiejs) | -[Chat](https://gitter.im/lodash/lodash) - -The [Lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module. +The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module. Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli): ```bash @@ -18,13 +9,22 @@ $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js ``` +## Community + +[![Gitter](https://badges.gitter.im/lodash/lodash.svg)](https://gitter.im/lodash/lodash) + +## Documentation + + * [API Documentation](https://lodash.com/docs) + * [FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide) + ## Download -Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.11.2/LICENSE) & supports [modern environments](#support).
+Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.5.1/LICENSE) & supports [modern environments](#support).
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one that’s right for you. - * [Core build](https://raw.githubusercontent.com/lodash/lodash/4.11.2/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.11.2/dist/lodash.core.min.js)) - * [Full build](https://raw.githubusercontent.com/lodash/lodash/4.11.2/dist/lodash.js) ([~22 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.11.2/dist/lodash.min.js)) + * [Core build](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.core.min.js)) + * [Full build](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.js) ([~21 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.min.js)) * [CDN copies](https://www.jsdelivr.com/projects/lodash) ## Why Lodash? @@ -43,4 +43,10 @@ Lodash is available in a [variety of builds](https://lodash.com/custom-builds) & * [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularized) * [lodash-amd](https://www.npmjs.com/package/lodash-amd) * [lodash-es](https://www.npmjs.com/package/lodash-es) & [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash) - * [lodash/fp](https://github.com/lodash/lodash/tree/4.11.2-npm/fp) + * [lodash/fp](https://github.com/lodash/lodash/tree/4.5.1-npm/fp) + +## Further Reading + + * [Contributing](https://github.com/lodash/lodash/blob/master/.github/CONTRIBUTING.md) + * [Release Notes](https://github.com/lodash/lodash/releases/tag/4.0.0) + * [Wiki (Changelog, Roadmap, etc.)](https://github.com/lodash/lodash/wiki)