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", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri" "tauri": "tauri"
}, },
"license": "MIT", "license": "UNLICENSED",
"private": true,
"dependencies": { "dependencies": {
"@noble/ciphers": "^2.0.1", "@noble/ciphers": "^2.0.1",
"@tauri-apps/api": "^2", "@tauri-apps/api": "^2",