Skip to content

Commit

Permalink
Improves documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Nov 4, 2020
1 parent 704ea8c commit d23d9d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions doc/api/corepack.md
Expand Up @@ -101,8 +101,8 @@ that happen, run [`corepack enable`][] again to add them back).
[`corepack disable`]: https://github.com/nodejs/corepack#corepack-disable--name
[`corepack enable`]: https://github.com/nodejs/corepack#corepack-enable--name
[`corepack prepare`]: https://github.com/nodejs/corepack#corepack-prepare--nameversion
[`package.json`]: packages.md
[`package.json`]: packages.md#packages_node_js_package_json_field_definitions
[pnpm]: https://pnpm.js.org
[supported binaries]: #supported-package-managers
[supported package manager]: #supported-package-managers
[supported binaries]: #corepack_supported_package_managers
[supported package manager]: #corepack_supported_package_managers
[various flags]: https://github.com/nodejs/corepack#utility-commands
12 changes: 6 additions & 6 deletions doc/api/packages.md
Expand Up @@ -954,13 +954,13 @@ added: REPLACEME
```

The `"packageManager"` field defines which package manager is expected to be
used when working on the current project. The npm client doesn't use this field
at the moment, but defining it to any of the [supported package managers][]
will let your teams use the exact same package manager versions without
installing anything else than Node.js.
used when working on the current project. It can set to any of the
[supported package managers][], and will ensure that your teams use the exact
same package manager versions without having to install anything else than
Node.js.

This field is currently experimental and needs to be opted-in, together with
the [Corepack][] utility.
This field is currently experimental and needs to be opted-in; check the
[Corepack][] page for details about the procedure.

### `"type"`
<!-- YAML
Expand Down

0 comments on commit d23d9d9

Please sign in to comment.