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 a1f425e commit 785351eCopy full SHA for 785351e
packages/embla-carousel-solid/package.json
@@ -24,7 +24,8 @@
24
"react",
25
"vue",
26
"svelte",
27
- "solid"
+ "solid",
28
+ "angular"
29
],
30
"main": "embla-carousel-solid.umd.js",
31
"unpkg": "embla-carousel-solid.umd.js",
rollup.config.js
@@ -85,7 +85,8 @@ function createNodeNextSupportForPackage() {
85
'react',
86
'vue',
87
'svelte',
88
- 'solid'
+ 'solid',
89
+ 'angular'
90
91
files: [
92
`${packageJson.name}*`,
0 commit comments