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 272f5d7 commit 2e0eaadCopy full SHA for 2e0eaad
package.json
@@ -3,6 +3,9 @@
3
"version": "1.0.2",
4
"description": "Web component implementation of a trend-line.",
5
"module": "dist/trend-line.esm.js",
6
+ "exports": {
7
+ "import": "./dist/trend-line.esm.js"
8
+ },
9
"scripts": {
10
"build": "rollup -c",
11
"dev": "rollup -c -w",
0 commit comments