From ce83d1e2b4d168a6f85b6b839bf495959e753bdc Mon Sep 17 00:00:00 2001 From: Ludvig Hozman Date: Thu, 19 Sep 2024 08:51:53 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Bruk=20riktig=20n=C3=B8kkel=20for=20type?= =?UTF-8?q?s=20eksport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 455c486..4f81171 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "require": "./dist/navspa.umd.cjs" } }, - "typings": "./dist/index.d.ts", + "types": "./dist/index.d.ts", "scripts": { "build": "vite build", "test": "vitest",