Skip to content

Commit c623c1e

Browse files
authored
Merge pull request #3 from masx200/masx200-patch-1
Update deps.ts
2 parents 56e4f49 + 5ba6116 commit c623c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export { Heap } from "https://cdn.skypack.dev/@datastructures-js/[email protected]/?dts
2121
export {
2222
BinarySearchTree,
2323
BinarySearchTreeNode,
24-
} from "https://cdn.skypack.dev/@datastructures-js/[email protected].1/?dts";
24+
} from "https://esm.sh/@datastructures-js/[email protected].2/?dts";
2525
export { default as groupBy } from "https://cdn.skypack.dev/[email protected]/groupBy?dts";
2626
export { default as sum } from "https://cdn.skypack.dev/[email protected]/sum?dts";
2727
export { TreeNode } from "https://cdn.skypack.dev/[email protected]?dts";

0 commit comments

Comments
 (0)