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 573bd8b commit ee3ed35Copy full SHA for ee3ed35
.npmignore
@@ -22,6 +22,7 @@ __tests__
22
coverage
23
24
**/stories/*
25
+storybook-static/
26
27
# Sources
28
node_modules
package.json
@@ -15,9 +15,6 @@
15
"node": ">=20",
16
"npm": ">=10"
17
},
18
- "main": "./dist/index.cjs",
19
- "module": "./dist/index.js",
20
- "typings": "./dist/index.d.ts",
21
"exports": {
"vanilla": {
"import": "./dist/vanilla/index.js",
0 commit comments