Skip to content

Commit

Permalink
Replace pacote with npm-registry-fetch (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine authored Mar 27, 2024
1 parent 9ac6902 commit 8cf4dc9
Show file tree
Hide file tree
Showing 31 changed files with 401 additions and 870 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ ncu "/^(?!react-).*$/" # windows
- `1.0.0 < 2.0.0``^3.0.0`
- "Any version" is preserved:
- `*``*`
- Prerelease and deprecated versions are ignored by default.
- Prerelease versions are ignored by default.
- Use `--pre` to include prerelease versions (e.g. `alpha`, `beta`, `build1235`)
- Use `--deprecated` to include deprecated versions
- With `--target minor`, only update patch and minor:
- `0.1.0``0.2.1`
- With `--target patch`, only update patch:
Expand Down Expand Up @@ -204,7 +203,7 @@ Options that take no arguments can be negated by prefixing them with `--no-`, e.
</tr>
<tr>
<td>--deprecated</td>
<td>Include deprecated packages.</td>
<td>Include deprecated packages. Use <code>--no-deprecated</code> to exclude deprecated packages (uses more bandwidth). (default: true)</td>
</tr>
<tr>
<td><a href="#doctor">-d, --doctor</a></td>
Expand Down
Loading

0 comments on commit 8cf4dc9

Please sign in to comment.