From 2ecdb62e0f3212d00a8e1bbd16479d772ca3d732 Mon Sep 17 00:00:00 2001 From: yutak23 Date: Thu, 9 Nov 2023 21:22:51 +0900 Subject: [PATCH] fix: add file extensions --- pkg/script.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/script.ts b/pkg/script.ts index a547a630..871f8c6b 100644 --- a/pkg/script.ts +++ b/pkg/script.ts @@ -1,5 +1,5 @@ -import Hex from "crypto-js/enc-hex"; -import sha1 from "crypto-js/sha1"; +import Hex from "crypto-js/enc-hex.js"; +import sha1 from "crypto-js/sha1.js"; import { Redis } from "./redis"; /** * Creates a new script.