diff --git a/package-lock.json b/package-lock.json index dc7dac0..c315083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hohoff-editor", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hohoff-editor", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@anthropic-ai/sdk": "^0.29.0", "@codemirror/commands": "^6.6.0", diff --git a/package.json b/package.json index 1f34f03..c022cbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hohoff-editor", - "version": "1.0.0", + "version": "1.1.0", "description": "Novel editor for Hohoff", "main": "out/main/index.js", "scripts": { @@ -53,15 +53,34 @@ "icon": "resources/icon.png", "mac": { "icon": "resources/icon.icns", - "target": [{ "target": "dmg", "arch": "universal" }] + "target": [ + { + "target": "dmg", + "arch": "universal" + } + ] }, "win": { "icon": "resources/icon.ico", - "target": [{ "target": "nsis", "arch": ["x64"] }] + "target": [ + { + "target": "nsis", + "arch": [ + "x64" + ] + } + ] }, "linux": { "icon": "resources/icon.png", - "target": [{ "target": "AppImage", "arch": ["x64"] }] + "target": [ + { + "target": "AppImage", + "arch": [ + "x64" + ] + } + ] }, "files": [ "out/**/*"