From a1daebc896a0be0effae712504b4c29dcb9e0c30 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 5 Nov 2023 12:07:16 -0500 Subject: [PATCH] FIX: add "main" field to package.json fix #265 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 72535e3..c1cdb30 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@testing-library/svelte", "version": "0.0.0-semantically-released", "description": "Simple and complete Svelte testing utilities that encourage good testing practices.", + "main": "src/index.js", "exports": { ".": { "types": "./types/index.d.ts",