From 56f8c40382ff2c4b89fb045d701033a9b0cefd57 Mon Sep 17 00:00:00 2001 From: Philip Schmidt Date: Sat, 1 Jun 2024 14:53:47 +0200 Subject: [PATCH] fix: add src directory to package for sourcemaps to work properly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b860186..3b1f1ef 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "files": [ "dist", - "src/scss/*.scss" + "src" ], "main": "dist/index.cjs.js", "module": "dist/index.esm.js",