mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
fix recursive installation loop, added other vendor dependencies
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "js/electron.js",
|
||||
"scripts": {
|
||||
"start": "sh run-start.sh",
|
||||
"install": "npm install --prefix vendor",
|
||||
"install": "cd vendor && npm install",
|
||||
"postinstall": "sh installers/postinstall/postinstall.sh",
|
||||
"test": "./node_modules/mocha/bin/mocha tests --recursive",
|
||||
"test:unit": "./node_modules/mocha/bin/mocha tests/unit --recursive",
|
||||
@@ -50,7 +50,6 @@
|
||||
"express": "^4.14.0",
|
||||
"express-ipfilter": "latest",
|
||||
"feedme": "latest",
|
||||
"font-awesome": "^4.7.0",
|
||||
"helmet": "^3.1.0",
|
||||
"iconv-lite": "latest",
|
||||
"moment": "latest",
|
||||
|
Reference in New Issue
Block a user