Skip to content

Commit

Permalink
fix: forgot default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Jun 13, 2024
1 parent 170a7ec commit 435a030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-live-preview",
"version": "0.1.3",
"version": "0.1.4",
"description": "Vite preview watch mode.",
"license": "ISC",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './plugin.js';
export { default } from './plugin.js';

0 comments on commit 435a030

Please sign in to comment.