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:
6
vendor/package.json
vendored
6
vendor/package.json
vendored
@@ -1,5 +1,4 @@
|
||||
{
|
||||
|
||||
"name": "magicmirror-vendors",
|
||||
"description": "Package for vendors use by MagicMirror Core.",
|
||||
"repository": {
|
||||
@@ -11,6 +10,9 @@
|
||||
"url": "https://github.com/MichMich/MagicMirror/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"font-awesome": "^4.7.0"
|
||||
"font-awesome": "^4.7.0",
|
||||
"moment": "^2.17.1",
|
||||
"moment-timezone": "^0.5.11",
|
||||
"weathericons": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user