Skip to content

Commit

Permalink
fix(ulid): fix decode-time export path (denoland#5432)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Jul 15, 2024
1 parent 8f01114 commit df388b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulid/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./decoce-time": "./decode_time.ts",
"./decode-time": "./decode_time.ts",
"./monotonic-ulid": "./monotonic_ulid.ts",
"./ulid": "./ulid.ts"
}
Expand Down

0 comments on commit df388b1

Please sign in to comment.