Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
refactor: use upgrade to keep dependencies up-to-date (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jun 13, 2023
1 parent 7a16e19 commit 85fcd01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/bump.yml

This file was deleted.

1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"bench:markdown": "deno run -A .github/updateBenchmark.ts",
"bench": "deno bench benchmark/basic.ts --allow-env",
"build": "deno run -A build.ts mod.ts index.js",
"upgrade": "deno run -A https://deno.land/x/upgrade@v0.3.0/mod.ts",
"prepublish": "deno run -A .github/prepublish.ts",
"test": "deno test -A"
},
Expand Down

0 comments on commit 85fcd01

Please sign in to comment.