Skip to content

Commit

Permalink
chore: bump grm and grm_parse
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Nov 26, 2022
1 parent d80bceb commit d87726a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export {
num,
str,
} from "https://deno.land/x/[email protected]/mod.ts";
export * from "https://deno.land/x/[email protected].13/mod.ts";
export * from "https://deno.land/x/[email protected].14/mod.ts";
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"$grm": "https://deno.land/x/[email protected].2/mod.ts",
"$grm-deps": "https://deno.land/x/[email protected].2/deps.ts",
"$grm": "https://deno.land/x/[email protected].3/mod.ts",
"$grm-deps": "https://deno.land/x/[email protected].3/deps.ts",
"$xor": "./xor.ts",
"pls": "https://deno.land/x/[email protected]/mod.ts",
"std/": "https://deno.land/[email protected]/"
Expand Down

0 comments on commit d87726a

Please sign in to comment.