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:
16
vendor/package.json
vendored
Normal file
16
vendor/package.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
|
||||
"name": "magicmirror-vendors",
|
||||
"description": "Package for vendors use by MagicMirror Core.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/MichMich/MagicMirror.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/MichMich/MagicMirror/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"font-awesome": "^4.7.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user