Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
surjithctly committed Jan 4, 2023
1 parent 30b3428 commit 2e5d112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default "./src/Astronav.astro";
export { default as Astronav } from "./src/Astronav.astro";
export { default as MenuIcon } from "./src/components/MenuIcon.astro";
export { default as OpenIcon } from "./src/components/OpenIcon.astro";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-navbar",
"version": "1.1.2",
"version": "1.1.3",
"description": "Responsive Mobile Navigation with Dropdown in Astro",
"type": "module",
"exports": "./index.ts",
Expand Down

0 comments on commit 2e5d112

Please sign in to comment.