Skip to content

Commit bb08fe8

Browse files
committed
fix recursive installation loop, added other vendor dependencies
1 parent 328f15c commit bb08fe8

15 files changed

+9
-20809
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "js/electron.js",
66
"scripts": {
77
"start": "sh run-start.sh",
8-
"install": "npm install --prefix vendor",
8+
"install": "cd vendor && npm install",
99
"postinstall": "sh installers/postinstall/postinstall.sh",
1010
"test": "./node_modules/mocha/bin/mocha tests --recursive",
1111
"test:unit": "./node_modules/mocha/bin/mocha tests/unit --recursive",
@@ -50,7 +50,6 @@
5050
"express": "^4.14.0",
5151
"express-ipfilter": "latest",
5252
"feedme": "latest",
53-
"font-awesome": "^4.7.0",
5453
"helmet": "^3.1.0",
5554
"iconv-lite": "latest",
5655
"moment": "latest",

0 commit comments

Comments
 (0)