Skip to content

Commit bf06df4

Browse files
committed
Bump to v4.0.0.
1 parent e775a58 commit bf06df4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# lodash v4.0.0-pre
1+
# lodash v4.0.0
22

3-
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/).
3+
The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
44

55
Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
66
```bash
7-
$ lodash modern -o ./lodash.js
7+
$ npm run build
8+
$ lodash -o ./dist/lodash.js
9+
$ lodash core -o ./dist/lodash.core.js
810
```
911

1012
## Community
@@ -15,15 +17,14 @@ $ lodash modern -o ./lodash.js
1517

1618
lodash is also available in a variety of other builds & module formats.
1719

18-
* npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibility](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) builds
19-
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.10.1-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.10.1-amd) builds
20-
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.10.1-es) build
20+
* [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) packages
21+
* [lodash-amd](https://github.com/lodash/lodash/tree/4.0.0-amd)
22+
* [lodash-es](https://github.com/lodash/lodash/tree/4.0.0-es)
2123

2224
## Further Reading
2325

2426
* [API Documentation](https://lodash.com/docs)
2527
* [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences)
2628
* [Changelog](https://github.com/lodash/lodash/wiki/Changelog)
27-
* [Release Notes](https://github.com/lodash/lodash/releases)
2829
* [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap)
2930
* [More Resources](https://github.com/lodash/lodash/wiki/Resources)

0 commit comments

Comments
 (0)