Skip to content

Commit

Permalink
chore(deno): Disable lock file where deno will respect it
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 30, 2024
1 parent 7cea401 commit 0b9a752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions bids-validator/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"singleQuote": true,
"proseWrap": "preserve",
"include": ["src/"]
},
"lock": false
}
}
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"lock": false
}

0 comments on commit 0b9a752

Please sign in to comment.