Skip to content

Commit 0ae1a5d

Browse files
Add uv.lock to file associations (#23991)
> `uv.lock` is a human-readable TOML file https://docs.astral.sh/uv/concepts/projects/#lockfile
1 parent 216c7ed commit 0ae1a5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,8 @@
11921192
{
11931193
"filenames": [
11941194
"Pipfile",
1195-
"poetry.lock"
1195+
"poetry.lock",
1196+
"uv.lock"
11961197
],
11971198
"id": "toml"
11981199
},

0 commit comments

Comments
 (0)