Skip to content

Commit 04358a3

Browse files
Update GUIDELINES.md
Co-authored-by: Marc Pichler <[email protected]>
1 parent f568879 commit 04358a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUIDELINES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This section refers to `"dependencies"` and `"devDependencies"` entries in `pack
2121

2222
All packages from the `@opentelemetry/` namespace MUST have the same pinned version, as these dependencies are automatically updated on each release by lerna.
2323

24-
**Example:** all packages under `packages/` should consistently maintain the same version as should those under `experimental/packages/`.
24+
**Example:** all packages under `packages/` should consistently maintain the same version, as should those under `experimental/packages/`.
2525

2626
An exception is granted for dependencies on `@opentelemetry/api`, which, if used by the package SHOULD NOT be included as a `dependency`. `@opentelemetry/api` SHOULD be included as a `peerDependency` instead. The version range of the `peerDependency` SHOULD reflect the minimum supported, and SHOULD NOT allow versions greater than the latest released minor version.
2727

0 commit comments

Comments
 (0)