Skip to content

Commit 3ccdd3d

Browse files
authored
fix: lockfile schema - remote is not required (#1225)
1 parent 827f4f0 commit 3ccdd3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

schemas/lockfile.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "A lockfile that stores the hashes of all dependencies in a project to ensure integrity.\n\nSee https://deno.land/[email protected]/basics/modules/integrity_checking in the Deno documentation for more information.",
66
"type": "object",
77
"required": [
8-
"version",
9-
"remote"
8+
"version"
109
],
1110
"additionalProperties": {
1211
"type": "string",

0 commit comments

Comments
 (0)