Skip to content

Commit bed3831

Browse files
Merge pull request #3 from monique-baumann/main
stabilize by utilizing fixed versions
2 parents df4d872 + 3be49b5 commit bed3831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mod-crc32.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
import crc32 from "npm:crc-32"
2+
import crc32 from "npm:crc-32@1.2.2"
33
export default crc32

mod-hashjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
import hashjs from "npm:hash.js";
2+
import hashjs from "npm:hash.js@1.1.7";
33
export default hashjs

0 commit comments

Comments
 (0)