Skip to content

Commit f0d7fad

Browse files
committed
Update exports
1 parent 26e70c8 commit f0d7fad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alttiri/vue-file-input",
3-
"version": "1.4.0-20240819",
3+
"version": "1.4.1-20240819",
44
"type": "module",
55
"description": "Vue.js file input with Drag and Drop support.",
66
"homepage": "https://github.com/alttiri/vue-file-input",

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
export {default as FileInput} from "./components/FileInput.vue";
2+
export {default as FileInputDefault} from "./components/FileInputDefault.vue";
23
export {default as FileInputDefaultText} from "./components/FileInputDefaultText.vue";
34
export {default as FileInputDefaultHoverText} from "./components/FileInputDefaultHoverText.vue";
45
export {default as FileInputSelectedInfo} from "./components/FileInputSelectedInfo.vue";
56

67
// Deprecated. Use `FileInputSelectedInfo`.
7-
export {default as FileInputFileInfo} from "./components/FileInputSelectedInfo.vue";
8+
export {default as FileInputFileInfo} from "./components/FileInputSelectedInfo.vue";
89

910

1011
export {WebFileEntry} from "./components/WebFileEntry.ts";

0 commit comments

Comments
 (0)