Skip to content

Commit

Permalink
Fix explicit file extension for core.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
quentintaranpino authored and fiatjaf committed Feb 4, 2024
1 parent 7ec6d12 commit ea5d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { schnorr } from '@noble/curves/secp256k1'
import { bytesToHex } from '@noble/hashes/utils'
import { Nostr, Event, EventTemplate, UnsignedEvent, VerifiedEvent, verifiedSymbol, validateEvent } from './core'
import { Nostr, Event, EventTemplate, UnsignedEvent, VerifiedEvent, verifiedSymbol, validateEvent } from './core.ts'
import { sha256 } from '@noble/hashes/sha256'

import { utf8Encoder } from './utils.ts'
Expand Down

0 comments on commit ea5d00b

Please sign in to comment.