Skip to content

Commit 9081e3b

Browse files
authored
chore: update README description (#31)
* chore: update README description * chore: update excludePrerelease config desc
1 parent 72ea026 commit 9081e3b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<!-- configs -->
3434

35-
| Key | Description | Type | Default |
36-
| ----------------------------------- | --------------------------------------------------------------------------------- | --------- | ------------------- |
37-
| `npmx.hover.enabled` | Enable hover information for packages | `boolean` | `true` |
38-
| `npmx.completion.version` | Version completion behavior | `string` | `"provenance-only"` |
39-
| `npmx.completion.excludePrerelease` | Exclude prerelease versions (alpha, beta, rc, canary) from completion suggestions | `boolean` | `true` |
40-
| `npmx.diagnostics.deprecation` | Show warnings for deprecated packages | `boolean` | `true` |
41-
| `npmx.diagnostics.replacement` | Show suggestions for package replacements | `boolean` | `true` |
42-
| `npmx.diagnostics.vulnerability` | Show warnings for packages with known vulnerabilities | `boolean` | `true` |
35+
| Key | Description | Type | Default |
36+
| ----------------------------------- | --------------------------------------------------------------------------------------- | --------- | ------------------- |
37+
| `npmx.hover.enabled` | Enable hover information for packages | `boolean` | `true` |
38+
| `npmx.completion.version` | Version completion behavior | `string` | `"provenance-only"` |
39+
| `npmx.completion.excludePrerelease` | Exclude prerelease versions (alpha, beta, rc, canary, etc.) from completion suggestions | `boolean` | `true` |
40+
| `npmx.diagnostics.deprecation` | Show warnings for deprecated packages | `boolean` | `true` |
41+
| `npmx.diagnostics.replacement` | Show suggestions for package replacements | `boolean` | `true` |
42+
| `npmx.diagnostics.vulnerability` | Show warnings for packages with known vulnerabilities | `boolean` | `true` |
4343

4444
<!-- configs -->
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"npmx.completion.excludePrerelease": {
6868
"type": "boolean",
6969
"default": true,
70-
"description": "Exclude prerelease versions (alpha, beta, rc, canary) from completion suggestions"
70+
"description": "Exclude prerelease versions (alpha, beta, rc, canary, etc.) from completion suggestions"
7171
},
7272
"npmx.diagnostics.deprecation": {
7373
"type": "boolean",

0 commit comments

Comments
 (0)