mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Merge pull request #307 from plebbit/master
chore(package.json): fix build script
This commit is contained in:
+5
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user