Skip to content

Commit

Permalink
Remove Lodash from dependency adding example
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jul 12, 2023
1 parent 354b0e2 commit 95fe249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ The simplest way to add a production dependency to one of the packages is to run
_Example:_

```bash
lerna add lodash packages/a11y
lerna add change-case packages/a11y
```

This command adds the latest version of `lodash` as a dependency to the `@wordpress/a11y` package, which is located in `packages/a11y` folder.
This command adds the latest version of `change-case` as a dependency to the `@wordpress/a11y` package, which is located in `packages/a11y` folder.

#### Removing Existing Dependencies

Expand Down

0 comments on commit 95fe249

Please sign in to comment.