Skip to content

Commit

Permalink
Add export field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoscalco committed Jul 19, 2021
1 parent fb291db commit 980e597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "Web-component implementation of a two-stacked-bar.",
"module": "dist/two-stacked-bar.esm.js",
"exports": { "import": "./dist/two-stacked-bar.esm.js" },
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
Expand Down

0 comments on commit 980e597

Please sign in to comment.