We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb291db commit 980e597Copy full SHA for 980e597
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.1",
4
"description": "Web-component implementation of a two-stacked-bar.",
5
"module": "dist/two-stacked-bar.esm.js",
6
+ "exports": { "import": "./dist/two-stacked-bar.esm.js" },
7
"scripts": {
8
"build": "rollup -c",
9
"dev": "rollup -c -w",
0 commit comments