Skip to content

Commit

Permalink
fix: change assert => with for deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Aug 23, 2024
1 parent a3b59a5 commit 7c33a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/skkeleton/deps/dictionary.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as yaml from "jsr:@std/[email protected]";
export * as msgpack from "https://esm.sh/@msgpack/[email protected]";
export { default as jsonschema } from "https://esm.sh/[email protected]";
export { default as jisyoschema } from "https://cdn.jsdelivr.net/gh/skk-dict/jisyo/schema/jisyo.schema.v0.0.0.json" assert { type: "json" };
export { default as jisyoschema } from "https://cdn.jsdelivr.net/gh/skk-dict/jisyo/schema/jisyo.schema.v0.0.0.json" with { type: "json" };

0 comments on commit 7c33a16

Please sign in to comment.