-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[astro-svg-loaders] Fix publish to npm (#760)
* Fix release * Fix release * Format
- Loading branch information
Showing
13 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
export { default as Audio } from './loaders/audio.astro'; | ||
export { default as BallTriangle } from './loaders/ball-triangle.astro'; | ||
export { default as Bars } from './loaders/bars.astro'; | ||
export { default as Circles } from './loaders/circles.astro'; | ||
export { default as Grid } from './loaders/grid.astro'; | ||
export { default as Hearts } from './loaders/hearts.astro'; | ||
export { default as Oval } from './loaders/oval.astro'; | ||
export { default as Puff } from './loaders/puff.astro'; | ||
export { default as Rings } from './loaders/rings.astro'; | ||
export { default as SpinningCircles } from './loaders/spinning-circles.astro'; | ||
export { default as TailSpin } from './loaders/tail-spin.astro'; | ||
export { default as ThreeDots } from './loaders/three-dots.astro'; | ||
export { default as Audio } from './loaders/Audio.astro'; | ||
export { default as BallTriangle } from './loaders/BallTriangle.astro'; | ||
export { default as Bars } from './loaders/Bars.astro'; | ||
export { default as Circles } from './loaders/Circles.astro'; | ||
export { default as Grid } from './loaders/Grid.astro'; | ||
export { default as Hearts } from './loaders/Hearts.astro'; | ||
export { default as Oval } from './loaders/Oval.astro'; | ||
export { default as Puff } from './loaders/Puff.astro'; | ||
export { default as Rings } from './loaders/Rings.astro'; | ||
export { default as SpinningCircles } from './loaders/SpinningCircles.astro'; | ||
export { default as TailSpin } from './loaders/TailSpin.astro'; | ||
export { default as ThreeDots } from './loaders/ThreeDots.astro'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.