Skip to content

Commit

Permalink
fix: lockfile schema - remote is not required (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Dec 14, 2024
1 parent 827f4f0 commit 3ccdd3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schemas/lockfile.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"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.",
"type": "object",
"required": [
"version",
"remote"
"version"
],
"additionalProperties": {
"type": "string",
Expand Down

0 comments on commit 3ccdd3d

Please sign in to comment.