Skip to content

Commit 26b353d

Browse files
committed
npm run format
1 parent b0ad1dd commit 26b353d

File tree

13 files changed

+15
-6
lines changed

13 files changed

+15
-6
lines changed

content/cli/v10/commands/npm-publish.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Publishes a package to the registry so that it can be installed by name.
3232
<Note>
3333

3434
**Important:** Publishing to npm requires either:
35+
3536
- Two-factor authentication (2FA) enabled on your account, OR
3637
- A granular access token with bypass 2FA enabled (for CI/CD workflows)
3738

content/cli/v11/commands/npm-publish.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Publish the package in the current directory:
5252
<Note>
5353

5454
**Important:** Publishing to npm requires either:
55+
5556
- Two-factor authentication (2FA) enabled on your account, OR
5657
- A granular access token with bypass 2FA enabled (for CI/CD workflows)
5758

content/cli/v6/commands/npm-publish.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Publishes a package to the registry so that it can be installed by name. All fil
3535
<Note>
3636
3737
**Important:** Publishing to npm requires either:
38+
3839
- Two-factor authentication (2FA) enabled on your account, OR
3940
- A granular access token with bypass 2FA enabled (for CI/CD workflows)
4041

content/cli/v7/commands/npm-publish.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Publishes a package to the registry so that it can be installed by name.
3535
<Note>
3636
3737
**Important:** Publishing to npm requires either:
38+
3839
- Two-factor authentication (2FA) enabled on your account, OR
3940
- A granular access token with bypass 2FA enabled (for CI/CD workflows)
4041

content/cli/v8/commands/npm-publish.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Publishes a package to the registry so that it can be installed by name.
3232
<Note>
3333

3434
**Important:** Publishing to npm requires either:
35+
3536
- Two-factor authentication (2FA) enabled on your account, OR
3637
- A granular access token with bypass 2FA enabled (for CI/CD workflows)
3738

content/cli/v9/commands/npm-publish.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Publishes a package to the registry so that it can be installed by name.
3232
<Note>
3333

3434
**Important:** Publishing to npm requires either:
35+
3536
- Two-factor authentication (2FA) enabled on your account, OR
3637
- A granular access token with bypass 2FA enabled (for CI/CD workflows)
3738

content/getting-started/setting-up-your-npm-user-account/about-two-factor-authentication.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ When you enable 2FA, you will be prompted for a second form of authentication be
2323
<Note variant="warning">
2424

2525
**Important:** Publishing packages to npm now requires either:
26+
2627
- Two-factor authentication (2FA) enabled on your account, OR
2728
- A [granular access token with bypass 2FA enabled][granular-tokens] (for CI/CD workflows)
2829

content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ You can enable two-factor authentication (2FA) on your npm user account to prote
99
<Note variant="warning">
1010

1111
**Important:** Publishing packages to npm now requires either:
12+
1213
- Two-factor authentication (2FA) enabled on your account, OR
1314
- A [granular access token with bypass 2FA enabled][creating-token] (for CI/CD workflows)
1415

content/packages-and-modules/contributing-packages-to-the-registry/creating-and-publishing-private-packages.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ By default, scoped packages are published with private visibility.
8484
<Note>
8585

8686
**Important:** Before you can publish, you must have either:
87+
8788
- [Two-factor authentication (2FA)][config-2fa] enabled on your account, OR
8889
- A [granular access token with bypass 2FA enabled][creating-token] (required for CI/CD workflows)
8990

content/packages-and-modules/contributing-packages-to-the-registry/creating-and-publishing-scoped-public-packages.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ By default, scoped packages are published with private visibility. To publish a
8080
<Note>
8181

8282
**Important:** Before you can publish, you must have either:
83+
8384
- [Two-factor authentication (2FA)][config-2fa] enabled on your account, OR
8485
- A [granular access token with bypass 2FA enabled][creating-token] (required for CI/CD workflows)
8586

0 commit comments

Comments
 (0)