Skip to content

Commit

Permalink
Add nostr-tools back. Add deno task cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Aug 10, 2024
1 parent bd86bf2 commit 5a459f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"tasks": {
"run": "deno run --allow-net --allow-env main.ts"
"run": "deno run --allow-net --allow-env main.ts",
"cache": "deno cache --lock deno.lock deps.ts"
}
}
1 change: 1 addition & 0 deletions deno.lock

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

2 changes: 2 additions & 0 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * as nostrToolsRelay from "npm:nostr-tools/relay";
export * as nostrTools from "npm:nostr-tools";
export * as cliffy from "https://deno.land/x/cliffy@v0.25.7/mod.ts";
export * as nostrify from "jsr:@nostrify/nostrify@^0.30.0";

0 comments on commit 5a459f1

Please sign in to comment.