Skip to content

Commit 3f4cc50

Browse files
committed
testing lowercase
1 parent 92ec146 commit 3f4cc50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "eishub-catalogue-entry",
2+
"name": "image-compressor",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

src/composables/useZipCompression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import JSZip from 'JSZip';
1+
import JSZip from 'jszip';
22
import { storeToRefs } from 'pinia';
33
import { useFileDataStore } from '../stores/fileData';
44

0 commit comments

Comments
 (0)