Skip to content

Commit

Permalink
chore: update dependencies and modernize code (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lino-levan committed Dec 19, 2023
1 parent a61ec13 commit 6b9872c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions deno.lock

This file was deleted.

2 changes: 1 addition & 1 deletion emoji.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Emoji } from "./types.ts";
import emojis from "./all.json" assert { type: "json" };
import emojis from "./all.json" with { type: "json" };
import { reUnicode } from "./unicode.ts";

export { Emoji };
Expand Down
2 changes: 1 addition & 1 deletion emoji_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.184.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.209.0/assert/assert_equals.ts";
import * as emj from "./emoji.ts";

Deno.test({
Expand Down

0 comments on commit 6b9872c

Please sign in to comment.