mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Add font-awesome using npm on vendors:
This can updated libs and clean repository code.
This commit is contained in:
@@ -25,7 +25,8 @@ module.exports = function(grunt) {
|
||||
jsonlint: {
|
||||
main: {
|
||||
src: ["package.json", ".eslintrc.json", ".stylelintrc", "translations/*.json",
|
||||
"modules/default/*/translations/*.json", "installers/pm2_MagicMirror.json"],
|
||||
"modules/default/*/translations/*.json", "installers/pm2_MagicMirror.json",
|
||||
"vendor/package.js"],
|
||||
options: {
|
||||
reporter: "jshint"
|
||||
}
|
||||
|
Reference in New Issue
Block a user