Skip to content

Commit

Permalink
packageManager: Remove staticRegistry deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 14, 2024
1 parent ba271e8 commit 3e2f432
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ Specifies the package manager to use when looking up versions.
<tr><td>yarn</td><td>System-installed yarn. Automatically used if yarn.lock is present.</td></tr>
<tr><td>pnpm</td><td>System-installed pnpm. Automatically used if pnpm-lock.yaml is present.</td></tr>
<tr><td>bun</td><td>System-installed bun. Automatically used if bun.lockb is present.</td></tr>
<tr><td>staticRegistry</td><td>Deprecated. Use --registryType json.</td></tr>
</table>
## peer
Expand Down
1 change: 0 additions & 1 deletion src/cli-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ const extendedHelpPackageManager: ExtendedHelp = ({ markdown }) => {
['yarn', `System-installed yarn. Automatically used if yarn.lock is present.`],
['pnpm', `System-installed pnpm. Automatically used if pnpm-lock.yaml is present.`],
['bun', `System-installed bun. Automatically used if bun.lockb is present.`],
['staticRegistry', `Deprecated. Use --registryType json.`],
],
})

Expand Down

0 comments on commit 3e2f432

Please sign in to comment.