Skip to content

Commit 343aeff

Browse files
committed
chore: Unwrap markdown docs
Visual Studio Code search and replace. Search: (^(?!title|section| *```|/[*/]|\s*[{}])[^`#\n;][^\n]*[^-.:?!>\n\s{]) *$\n *(?!npm install|cd |\d+\.)([^-<$\s\n`+|#*;]) Replace: $1 $2 Flags: Case-sensitive, Regular expression Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 9ceb9c1 commit 343aeff

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
22

3-
All interactions in this repo are covered by the [npm Code of
4-
Conduct](https://docs.npmjs.com/policies/conduct)
3+
All interactions in this repo are covered by the [npm Code of Conduct](https://docs.npmjs.com/policies/conduct)
54

6-
The npm cli team may, at its own discretion, moderate, remove, or edit
7-
any interactions such as pull requests, issues, and comments.
5+
The npm cli team may, at its own discretion, moderate, remove, or edit any interactions such as pull requests, issues, and comments.

DEPENDENCIES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,7 @@ graph LR;
757757
## npm dependency hierarchy
758758

759759
These are the groups of dependencies in npm that depend on each other.
760-
Each group depends on packages lower down the chain, nothing depends on
761-
packages higher up the chain.
760+
Each group depends on packages lower down the chain, nothing depends on packages higher up the chain.
762761

763762
- npm
764763
- @npmcli/mock-registry, libnpmdiff, libnpmexec, libnpmfund, libnpmpack

0 commit comments

Comments
 (0)