Skip to content

Commit 6dac930

Browse files
committed
Fix for MM 2.25.0
1 parent d1346e0 commit 6dac930

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Magic-Mirror-Module-Remote-Control",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser.",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,9 @@
2222
"homepage": "git+https://github.com/jopyth/MMM-Remote-Control#readme",
2323
"dependencies": {
2424
"body-parser": "latest",
25-
"simple-git": "latest",
2625
"lodash": "latest",
26+
"node-fetch": "^2.7.0",
27+
"simple-git": "latest",
2728
"uuid": "^3.3.2"
2829
}
2930
}

0 commit comments

Comments
 (0)