Skip to content

Commit

Permalink
these files are prefixed with explorer everywhere but with embeddable…
Browse files Browse the repository at this point in the history
…-explorer when built locally? very confusing (#116)
  • Loading branch information
mayakoneval authored Jun 1, 2022
1 parent 620b546 commit 8cd6dba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 8cd6dba

Please sign in to comment.