Skip to content

Commit 9ded2c0

Browse files
committed
fix formatting
1 parent 4458f2b commit 9ded2c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/package_json.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,9 +582,9 @@ patchedDependencies:
582582
[email protected]: patches/foo-3.patch
583583
```
584584
585-
`patches/foo-3.patch` is applied to `[email protected]`.
586-
`patches/foo-2.patch` applies to all foo versions matching `^2.0.0`, except `2.1.0`.
587-
`patches/foo-1.patch` applies to all other foo versions.
585+
* `patches/foo-3.patch` is applied to `[email protected]`.
586+
* `patches/foo-2.patch` applies to all foo versions matching `^2.0.0`, except `2.1.0`.
587+
* `patches/foo-1.patch` applies to all other foo versions.
588588

589589
Avoid overlapping version ranges. If you need to specialize a sub-range, explicitly exclude it from the broader range.
590590

0 commit comments

Comments
 (0)