Skip to content

Commit 5e21265

Browse files
committed
Use @alttiri/util-js
1 parent d5b406c commit 5e21265

File tree

4 files changed

+12
-93
lines changed

4 files changed

+12
-93
lines changed

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"@vitejs/plugin-vue": "5.1.2",
3434
"vite": "5.3.5",
3535
"vue": "3.4.35"
36+
},
37+
"dependencies": {
38+
"@alttiri/util-js": "1.13.1-20240725"
3639
}
3740
}

src/components/FileInputSelectedInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<script setup lang="ts">
1010
import {FileInputState} from "../index";
11-
import {bytesToSizeWinLike, dateToDayDateTimeString} from "../util";
11+
import {bytesToSizeWinLike, dateToDayDateTimeString} from "@alttiri/util-js";
1212
1313
const props = defineProps<{state: FileInputState}>();
1414
const {

src/util.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)