deno.lock: lint-staged

This commit is contained in:
Alex Gleason
2024-05-31 14:28:43 -05:00
parent 0da4b1d1c9
commit 1290aeeb5e
2 changed files with 303 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { generateSecretKey, nip19 } from 'npm:nostr-tools';
import { generateSecretKey, nip19 } from 'nostr-tools';
const sk = generateSecretKey();
const nsec = nip19.nsecEncode(sk);