10BC0 fix: simplify npm installation instruction by banjoadeola17 · Pull Request #6073 · lodash/lodash · GitHub
[go: up one dir, main page]

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> [!IMPORTANT]
> As announced on the [OpenJS Foundation blog](https://openjsf.org/blog/sta-supports-lodash), Lodash has received support from the Sovereign Tech Agency and will transition to the Feature-Complete maturity stage so that it remains stable, secure, and sustainable long-term. As part of this effort, Lodash is rebooting its governance. A draft charter will be published shortly. The upcoming Technical Steering Committee (TSC) is already at work. For transparency, its members are listed in [GOVERNANCE.md](https://github.com/lodash/lodash/blob/HEAD/GOVERNANCE.md).

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, making it compatible with AMD, CommonJS, and browser globals.

Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
```shell
Expand All @@ -40,7 +40,6 @@ In a browser:

Using npm:
```shell
$ npm i -g npm
$ npm i --save lodash
```

Expand Down
Loading
0