Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 17, 2024
1 parent 39cb5ca commit 9e14b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bench": "deno bench --allow-read",
"docs": "cd docs && deno task serve",
"build-npm": "deno run --allow-run=npm --allow-env --allow-sys --allow-read --allow-write --allow-net=jsr.io _scripts/build_npm.ts",
"build-jsr": "deno run -A https://deno.land/x/[email protected].0/mod.ts --name=@vento/vento",
"build-jsr": "deno run -A https://deno.land/x/[email protected].1/mod.ts --name=@vento/vento",
"update-deps": "rm -rf npm && deno run -A 'https://deno.land/x/[email protected]/cli.ts' update deno.json **/*.ts"
},
"lock": false,
Expand Down

0 comments on commit 9e14b00

Please sign in to comment.