From 8cd6dba79455665a41e10aad31748848272266e9 Mon Sep 17 00:00:00 2001 From: mayakoneval Date: Wed, 1 Jun 2022 16:59:12 -0400 Subject: [PATCH] these files are prefixed with explorer everywhere but with embeddable-explorer when built locally? very confusing (#116) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a1bccb50..27d1b7c8 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,14 @@ "trailingComma": "es5", "endOfLine": "auto" }, - "module": "dist/embeddable-explorer.esm.js", + "module": "dist/explorer.esm.js", "size-limit": [ { - "path": "dist/embeddable-explorer.cjs.production.min.js", + "path": "dist/explorer.cjs.production.min.js", "limit": "10 KB" }, { - "path": "dist/embeddable-explorer.esm.js", + "path": "dist/explorer.esm.js", "limit": "10 KB" } ],