summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-07-04 16:46:00 +0200
committerErik Larkö <erik@mullvad.net>2017-07-06 10:51:43 +0200
commitb909cc501e09ed9ef242d159961a50ecc99eb60b (patch)
tree91d580c5c61ab7ef9309e775a55d3ca877d709eb /package.json
parent5989edc7b8941daa1e2bd54fd073e3c599b57c59 (diff)
downloadmullvadvpn-b909cc501e09ed9ef242d159961a50ecc99eb60b.tar.xz
mullvadvpn-b909cc501e09ed9ef242d159961a50ecc99eb60b.zip
Remove starting the backend. The backend produces too much output on stdout and crashes. sudo-prompt has no support for emptying the stdout
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9a35fd51a5..3cc302efb0 100644
--- a/package.json
+++ b/package.json
@@ -64,8 +64,7 @@
"mocha": "^3.2.0",
"npm-run-all": "^4.0.1",
"redux-mock-store": "^1.2.2",
- "rimraf": "^2.5.4",
- "sudo-prompt": "^7.0.0"
+ "rimraf": "^2.5.4"
},
"scripts": {
"postinstall": "electron-builder install-app-deps",