From 384cc0d38e56a2304dd743b1accab11280789679 Mon Sep 17 00:00:00 2001 From: Christian Siebmanns Date: Thu, 21 Dec 2023 21:37:58 +0100 Subject: [PATCH] Fix wrong name of type definition file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8cd467..bbe43f3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/mistralai/client-js" }, - "types": "src/mistralai.d.ts", + "types": "src/client.d.ts", "dependencies": { "node-fetch": "^2.6.7" },