Skip to content

Commit

Permalink
make publint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 15, 2024
1 parent d741794 commit a90da3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"exports": {
".": "./integration/index.ts",
"./components/*.astro": {
"import": "./components/*.astro",
"types": "./components/*.d.ts"
"types": "./components/*.d.ts",
"import": "./components/*.astro"
},
"./components/loading-indicator": "./components/loading-indicator.ts",
"./components/swap-utils": "./components/swap-utils.ts",
"./components/starlight/utils": "./components/starlight/utils.ts",
"./animations/*.astro": {
"import": "./animations/*.astro",
"types": "./animations/*.d.ts"
"types": "./animations/*.d.ts",
"import": "./animations/*.astro"
},
"./assets/*": "./assets/*",
"./animations/*": "./animations/*.ts",
Expand Down

0 comments on commit a90da3b

Please sign in to comment.