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/specs/npm/npmrc_basic_auth | |
parent | fb31eaa9ca59f6daaee0210d5cd206185c7041b9 (diff) |
fix(npm): use more relaxed package.json version constraint parsing (#24202)
Diffstat (limited to 'tests/specs/npm/npmrc_basic_auth')
-rw-r--r-- | tests/specs/npm/npmrc_basic_auth/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/npmrc_basic_auth/package.json b/tests/specs/npm/npmrc_basic_auth/package.json index 274d1ed7f..13e305931 100644 --- a/tests/specs/npm/npmrc_basic_auth/package.json +++ b/tests/specs/npm/npmrc_basic_auth/package.json @@ -2,7 +2,7 @@ "name": "npmrc_test", "version": "0.0.1", "dependencies": { - "@denotest/basic": "1.0.0", + "@denotest/basic": "^=1.0.0", "@denotest2/basic": "1.0.0" } } |