Skip to content

Commit

Permalink
Dependcy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KiPSOFT committed Jan 1, 2023
1 parent c2f5b6d commit efb9245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nostr.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// deno-lint-ignore-file no-explicit-any
import EventEmitter from "https://deno.land/x/events/mod.ts";
import EventEmitter from "https://deno.land/x/events@v1.0.0/mod.ts";
import Relay, { NostrEvent } from "./relay.ts";
import * as secp from "https://deno.land/x/secp256k1/mod.ts";
import * as secp from "https://deno.land/x/secp256k1@1.7.0/mod.ts";
import * as mod from "https://deno.land/std@0.170.0/encoding/hex.ts";

export enum NostrKind {
Expand Down

0 comments on commit efb9245

Please sign in to comment.