fix: add author email and disable snap publishing

This commit is contained in:
2025-11-12 06:42:57 +11:00
parent e16abd7370
commit fe38e7e8f2

View File

@@ -2,7 +2,10 @@
"name": "audio-sort", "name": "audio-sort",
"version": "0.5.2", "version": "0.5.2",
"description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.", "description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.",
"author": "litruv", "author": {
"name": "litruv",
"email": "litruv@gmail.com"
},
"main": "dist/main/main/index.js", "main": "dist/main/main/index.js",
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {
@@ -85,6 +88,7 @@
}, },
"snap": { "snap": {
"summary": "Audio sorting and management application", "summary": "Audio sorting and management application",
"publish": null,
"plugs": [ "plugs": [
"default", "default",
"audio-playback", "audio-playback",