Skip to content

Commit b1e097a

Browse files
committed
fix imports
1 parent 1d8b616 commit b1e097a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crx-to-zip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// based on https://github.com/Rob--W/crxviewer/blob/master/src/lib/crx-to-zip.js
22
// (c) 2013 Rob Wu <rob@robwu.nl>
33

4-
import encLatin1 from "crypto-js/enc-latin1";
5-
import sha256 from "crypto-js/sha256";
4+
import encLatin1 from "crypto-js/enc-latin1.js";
5+
import sha256 from "crypto-js/sha256.js";
66

77
const btoa = require("base-64").encode;
88

0 commit comments

Comments
 (0)