Skip to content

Commit 07675fe

Browse files
authored
Mention pnpm workspaces in readme (#589)
1 parent 689a79f commit 07675fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version][npm-image]][npm-url]
44
[![CI][ci-image]][ci-url]
55

6-
This CLI tool enforces the following aspects of consistency across a monorepo with npm or Yarn workspaces:
6+
This CLI tool enforces the following aspects of consistency across a monorepo with npm / pnpm / Yarn workspaces:
77

88
1. Dependencies are on consistent versions. For example, every package in a workspace that has a dependency on `eslint` should specify the same version for it.
99
2. Dependencies on local packages use the local packages directly instead of older versions of them. For example, if one package `package1` in a workspace depends on another package `package2` in the workspace, `package1` should request the current version of `package2`.
@@ -130,6 +130,7 @@ Found 2 dependencies with mismatching versions across the workspace. Fix with `-
130130
## References
131131

132132
* [npm workspaces](https://docs.npmjs.com/cli/using-npm/workspaces)
133+
* [pnpm workspaces](https://pnpm.io/pnpm-workspace_yaml)
133134
* [Yarn workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/)
134135

135136
[npm-image]: https://badge.fury.io/js/check-dependency-version-consistency.svg

0 commit comments

Comments
 (0)