diff --git a/index.js b/index.js index 5ba3605..8be4826 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ export { default as Media } from './Media.astro' export { default as Modal } from './Modal.astro' export { default as Notification } from './Notification.astro' export { default as Pagination } from './Pagination.astro' -export { default as SkipLinks } from './SkipLinks.astro' +export { default as SkipLink } from './SkipLink.astro' export { default as Tabs } from './Tabs.astro' export { default as TabsList } from './TabsList.astro' export { default as TabsPanel } from './TabsPanel.astro' diff --git a/package.json b/package.json index 7adf6cc..9544392 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-components", "description": "A set of Accessible, easy to use, Front-end UI Components for Astro.", - "version": "4.0.0", + "version": "4.0.1", "author": "Incluud", "license": "MIT", "homepage": "https://accessible-astro.incluud.dev/components/overview/",