Skip to content

Commit

Permalink
Unovis | Svelte: Fixing package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rokotyan authored and reb-dev committed Apr 8, 2024
1 parent ea96ec1 commit d0179dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"svelte": "./index.js",
"exports": {
".": {
"types": "./index.d.ts",
"svelte": "./index.js"
}
},
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './containers'
export * from './components'
export * from './containers.js'
export * from './components.js'

0 comments on commit d0179dc

Please sign in to comment.