Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 7b44343

Browse files
committed
commit
1 parent 28c9d37 commit 7b44343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/project-structure/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ For very large projects in Rust, Cargo offers [workspaces][cargo-workspaces] to
4949
## Managing dependency versions
5050

5151
There is no concept of dependency in the JavaScript standard. However, some JavaScript runtimes, such as Node.js and Deno, have the concept of dependencies.
52-
When managing larger projects in Node.js, it may be appropriate to manage the versions of dependencies centrally, using strategies such as [nvm]. Deno uses [dvm]. Cargo introduced [workspace inheritance] to manage dependencies centrally.
52+
When managing larger projects in Node.js, it may be appropriate to manage the versions of dependencies centrally, using strategies such as [nvm]. Deno uses [dvm]. Cargo introduced [workspace inheritance] to manage dependencies centrally.
53+
5354
[nvm]: https://github.com/nvm-sh/nvm
5455
[dvm]: https://github.com/justjavac/dvm
5556
[workspace inheritance]: https://doc.rust-lang.org/cargo/reference/workspaces.html#the-package-table

0 commit comments

Comments
 (0)