Add font-awesome using npm on vendors:

This can updated libs and clean repository code.
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-12 21:55:08 -03:00
parent d26d94b62a
commit 328f15c2ea
39 changed files with 21 additions and 5978 deletions

View File

@@ -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",