Skip to content

Commit 980e597

Browse files
Add export field in package.json
1 parent fb291db commit 980e597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.1",
44
"description": "Web-component implementation of a two-stacked-bar.",
55
"module": "dist/two-stacked-bar.esm.js",
6+
"exports": { "import": "./dist/two-stacked-bar.esm.js" },
67
"scripts": {
78
"build": "rollup -c",
89
"dev": "rollup -c -w",

0 commit comments

Comments
 (0)