Skip to content

Commit

Permalink
chore: 📦 fix lack of js extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed May 28, 2024
1 parent 09582b3 commit 79ef3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabledata/switch",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"main": "switch/dist/esm/index.js",
"module": "switch/dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion switch/components/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
AlertDialogHeader,
AlertDialogTitle,
AlertDialogTrigger,
} from "./ui/alert-dialog";
} from "./ui/alert-dialog.js";
import { Button } from "./ui/button.js";

export type DialogProps = {
Expand Down

0 comments on commit 79ef3fb

Please sign in to comment.