Skip to content

Commit

Permalink
deps: replace npm:mini-fn to mini-fn (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Nov 16, 2023
1 parent 798590b commit 517406c
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"jose": "https://deno.land/x/jose@v5.1.0/index.ts",
"nhttp": "https://deno.land/x/nhttp@1.3.9/mod.ts",
"scrypt": "https://deno.land/x/scrypt@v4.2.1/mod.ts",
"mini-fn": "npm:@mikuroxina/mini-fn@5.4.2"
"mini-fn": "https://deno.land/x/mini_fn@v5.4.3/mod.ts"
}
}
127 changes: 127 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 517406c

Please sign in to comment.