aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik ç݆ĉ˜‚ĉ˜Ž <amine@mouafik.fr>2019-09-24 20:17:02 +0700
committerLibravatar GitHub <noreply@github.com>2019-09-24 20:17:02 +0700
commit9720bb0da7ff1670fcd8029fa04f620f43bf2cad (patch)
tree01e3be40588803ccdc582d73195e9a05b8977946 /package.json
parent5.3.4-beta.2 (diff)
parentRemove specifying entitlements (diff)
downloadferdium-app-9720bb0da7ff1670fcd8029fa04f620f43bf2cad.tar.gz
ferdium-app-9720bb0da7ff1670fcd8029fa04f620f43bf2cad.tar.zst
ferdium-app-9720bb0da7ff1670fcd8029fa04f620f43bf2cad.zip
Sign and notarize deliverable for macOS (#52)
Sign and notarize deliverable for macOS
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 6a4562fe9..c8cbe8c3c 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,6 @@
19 "test:watch": "jest --watch", 19 "test:watch": "jest --watch",
20 "lint": "eslint --quiet --fix src", 20 "lint": "eslint --quiet --fix src",
21 "manage-translations": "node ./src/i18n/manage-translations.js", 21 "manage-translations": "node ./src/i18n/manage-translations.js",
22 "sign": "gulp sign",
23 "prebuild": "gulp build", 22 "prebuild": "gulp build",
24 "build": "npx electron-builder --publish onTag", 23 "build": "npx electron-builder --publish onTag",
25 "rebuild": "npx electron-rebuild", 24 "rebuild": "npx electron-rebuild",
@@ -50,12 +49,12 @@
50 "cld3-asm": "1.0.1", 49 "cld3-asm": "1.0.1",
51 "darkreader": "4.7.15", 50 "darkreader": "4.7.15",
52 "du": "^0.1.0", 51 "du": "^0.1.0",
53 "electron-dl": "1.12.0", 52 "electron-dl": "1.14.0",
54 "electron-fetch": "1.3.0", 53 "electron-fetch": "1.3.0",
55 "electron-hunspell": "0.1.1", 54 "electron-hunspell": "0.1.1",
56 "electron-is-dev": "1.0.1", 55 "electron-is-dev": "1.1.0",
57 "electron-react-titlebar": "0.8.1", 56 "electron-react-titlebar": "0.8.1",
58 "electron-updater": "4.0.6", 57 "electron-updater": "4.1.2",
59 "electron-window-state": "5.0.3", 58 "electron-window-state": "5.0.3",
60 "fs-extra": "7.0.1", 59 "fs-extra": "7.0.1",
61 "hex-to-rgba": "1.0.2", 60 "hex-to-rgba": "1.0.2",
@@ -125,9 +124,10 @@
125 "cross-env": "^5.0.5", 124 "cross-env": "^5.0.5",
126 "cz-conventional-changelog": "2.1.0", 125 "cz-conventional-changelog": "2.1.0",
127 "dotenv": "^4.0.0", 126 "dotenv": "^4.0.0",
128 "electron": "4.2.4", 127 "electron": "6.0.10",
129 "electron-builder": "20.40.2", 128 "electron-builder": "21.2.0",
130 "electron-rebuild": "1.8.4", 129 "electron-notarize": "0.1.1",
130 "electron-rebuild": "1.8.6",
131 "eslint": "5.10.0", 131 "eslint": "5.10.0",
132 "eslint-config-airbnb": "17.1.0", 132 "eslint-config-airbnb": "17.1.0",
133 "eslint-loader": "^1.9.0", 133 "eslint-loader": "^1.9.0",