aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 21:26:52 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 21:26:52 +0100
commit38d8646911ac79cd67d8e57af5957a5e96636163 (patch)
tree2acc7090f1fa562e220be3066394f649ad9efe0b /package.json
parentAdd migration task to initially set darkMode (diff)
downloadferdium-app-38d8646911ac79cd67d8e57af5957a5e96636163.tar.gz
ferdium-app-38d8646911ac79cd67d8e57af5957a5e96636163.tar.zst
ferdium-app-38d8646911ac79cd67d8e57af5957a5e96636163.zip
Added missing dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 259e42bda..f12cb6001 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
27 "author": "Stefan Malzner <stefan@adlk.io>", 27 "author": "Stefan Malzner <stefan@adlk.io>",
28 "license": "Apache-2.0", 28 "license": "Apache-2.0",
29 "dependencies": { 29 "dependencies": {
30 "@adlk/mojave-isdarkmode": "^1.0.1",
30 "@babel/polyfill": "^7.0.0", 31 "@babel/polyfill": "^7.0.0",
31 "@babel/runtime": "^7.0.0", 32 "@babel/runtime": "^7.0.0",
32 "@meetfranz/electron-notification-state": "^1.0.0", 33 "@meetfranz/electron-notification-state": "^1.0.0",