aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-03-18 21:06:30 +0100
committerLibravatar GitHub <noreply@github.com>2018-03-18 21:06:30 +0100
commitadc67db3a46b5d5de411c4b73f92464fbe64a03c (patch)
tree85e10e35f8867e3e747c92e0eddc0a75bdb94516 /package.json
parentMerge pull request #798 from meetfranz/fix/order-performance (diff)
parentAdd debug flags to render process (diff)
downloadferdium-app-adc67db3a46b5d5de411c4b73f92464fbe64a03c.tar.gz
ferdium-app-adc67db3a46b5d5de411c4b73f92464fbe64a03c.tar.zst
ferdium-app-adc67db3a46b5d5de411c4b73f92464fbe64a03c.zip
Merge pull request #805 from meetfranz/chore/add-debugger
Replace console logs with debugger
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 f35da9880..31013baad 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
33 "babel-polyfill": "^6.23.0", 33 "babel-polyfill": "^6.23.0",
34 "babel-runtime": "^6.23.0", 34 "babel-runtime": "^6.23.0",
35 "classnames": "^2.2.5", 35 "classnames": "^2.2.5",
36 "debug-electron": "^0.0.4",
36 "du": "^0.1.0", 37 "du": "^0.1.0",
37 "electron-fetch": "^1.1.0", 38 "electron-fetch": "^1.1.0",
38 "electron-react-titlebar": "^0.7.1", 39 "electron-react-titlebar": "^0.7.1",