mirror of https://github.com/zulip/zulip.git
dependencies.md: Fix a typo.
This commit is contained in:
parent
daeb4e0ca3
commit
b0235bc458
|
@ -192,7 +192,7 @@ reasoning here.
|
|||
* We use [yarn][], a `pip`-like tool for JavaScript, to download most
|
||||
JavaScript dependencies. Yarn talks to standard the [npm][]
|
||||
repository. We use the standard `package.json` file to declare our
|
||||
direct dependencies, with sections for for development and
|
||||
direct dependencies, with sections for development and
|
||||
production. Yarn takes care of pinning the versions of indirect
|
||||
dependencies in the `yarn.lock` file; `yarn upgrade` updates the
|
||||
`yarn.lock` files.
|
||||
|
|
Loading…
Reference in New Issue