From a6061bddb909a1a5480486d2d4b50243630e1e69 Mon Sep 17 00:00:00 2001 From: Patryk Padus <2671726+Triloworld@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:09:26 +0100 Subject: [PATCH] chore: Fix DEP0148 warning message (#279) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2112815e..8c7a2f1d 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "require": "./dist/module.js", "import": "./dist/module.es.js" }, - "./": "./", + "./*": "./*", "./sanity-content": "./dist/components/sanity-content.js", "./sanity-file": "./dist/components/sanity-file.js", "./sanity-image": "./dist/components/sanity-image.js"