fix: incorrect license in package

This commit is contained in:
2025-10-04 20:46:01 -04:00
parent f4ef13ec0d
commit e4586f6497

View File

@@ -11,7 +11,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@noble/ciphers": "^2.0.1",
"@tauri-apps/api": "^2",