mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Add font-awesome using npm on vendors:
This can updated libs and clean repository code.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"main": "js/electron.js",
|
||||
"scripts": {
|
||||
"start": "sh run-start.sh",
|
||||
"install": "npm install --prefix vendor",
|
||||
"postinstall": "sh installers/postinstall/postinstall.sh",
|
||||
"test": "./node_modules/mocha/bin/mocha tests --recursive",
|
||||
"test:unit": "./node_modules/mocha/bin/mocha tests/unit --recursive",
|
||||
@@ -49,6 +50,7 @@
|
||||
"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