Merge pull request #307 from plebbit/master

chore(package.json): fix build script
This commit is contained in:
plebeius.eth
2023-12-15 12:24:29 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -22,7 +22,7 @@
"eslint": "8.36.0",
"eslint-config-react-app": "7.0.1",
"ext-name": "5.0.0",
"json-stringify-pretty-compact": "^4.0.0",
"json-stringify-pretty-compact": "4.0.0",
"lodash": "4.17.21",
"mock-require": "3.0.3",
"postcss": "8.4.21",
@@ -92,8 +92,8 @@
"build": {
"appId": "plebchan.desktop",
"productName": "plebchan",
"beforePack": "electron/beforePack.js",
"afterAllArtifactBuild": "electron/afterAllArtifactBuild.js",
"beforePack": "electron/before-pack.js",
"afterAllArtifactBuild": "electron/after-all-artifact-build.js",
"extraResources": [
{
"from": "bin/${os}",
@@ -126,13 +126,13 @@
}
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@capacitor/cli": "3.6.0",
"concurrently": "8.0.1",
"conventional-changelog-cli": "4.1.0",
"cordova-res": "0.15.4",
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-conventional-changelog": "3.3.0",
"decompress": "4.2.1",
"electron": "19.1.8",
"electron-builder": "23.0.9",