Skip to content

Commit 2001a96

Browse files
committed
fix: Fix configuration variable
1 parent fc879af commit 2001a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics/getPackageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function getPackageInfo([name, version]: string[]) {
88
const localVersion = semverCoerce(version)
99
const versionToCompare = workspace
1010
.getConfiguration()
11-
.get<string>("npm-outdated.version")
11+
.get<string>("npm-outdated.level")
1212
const versionDiff =
1313
info && localVersion && semverDiff(info.version, localVersion)
1414

0 commit comments

Comments
 (0)