From d4b511f1ce0a88309299d136018fcb54ca2d05d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Thu, 28 Sep 2023 13:48:43 +0200 Subject: [PATCH] fix: add "dist" to package files --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7c2885a..ae1e4d4 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "type": "git", "url": "https://github.com/fingerprintjs/fingerprintjs-pro-svelte.git" }, - "main": "index.js", - "types": "./index.d.ts", + "main": "./dist/index.js", + "types": "/dist/index.d.ts", "type": "module", "publishConfig": { "access": "public", @@ -141,7 +141,7 @@ } }, "files": [ - "package" + "dist" ], "svelte": "./dist/index.js", "typesVersions": {