From 45c3a02bc3093a0a546aa2d3873e6d52f41b64d3 Mon Sep 17 00:00:00 2001 From: uri Date: Mon, 1 Jul 2024 12:46:57 +0300 Subject: [PATCH] typing --- build_npm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/build_npm.ts b/build_npm.ts index 80107f3..6eda2e4 100644 --- a/build_npm.ts +++ b/build_npm.ts @@ -9,6 +9,7 @@ await build({ outDir, shims: { deno: true }, package: { + dependencies: { "@types/sjcl": "1.0.34" }, name: "gamla", version: Deno.args[0], description: "Functional programming with async and type safety",