diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-06-13 18:29:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-13 18:29:27 -0400 |
commit | 4ec9250c409fc0734e192d6571b0cad3cbc8a7ee (patch) | |
tree | 131c610e5b4fae069574cec3b90f6e85d0e9e8dc /tests/testdata/package_json/invalid_value/error.ts.out | |
parent | fb31eaa9ca59f6daaee0210d5cd206185c7041b9 (diff) |
fix(npm): use more relaxed package.json version constraint parsing (#24202)
Diffstat (limited to 'tests/testdata/package_json/invalid_value/error.ts.out')
-rw-r--r-- | tests/testdata/package_json/invalid_value/error.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/package_json/invalid_value/error.ts.out b/tests/testdata/package_json/invalid_value/error.ts.out index faa811a30..2fd0940fe 100644 --- a/tests/testdata/package_json/invalid_value/error.ts.out +++ b/tests/testdata/package_json/invalid_value/error.ts.out @@ -1,6 +1,6 @@ error: Parsing version constraints in the application-level package.json is more strict at the moment. -Invalid specifier version requirement. Unexpected character. +Invalid npm version requirement. Unexpected character. invalid stuff that won't parse ~ at file:///[WILDCARD]/error.ts:2:23 |