We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1346e0 commit 6dac930Copy full SHA for 6dac930
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Magic-Mirror-Module-Remote-Control",
3
- "version": "2.3.7",
+ "version": "2.3.8",
4
"description": "This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser.",
5
"repository": {
6
"type": "git",
@@ -22,8 +22,9 @@
22
"homepage": "git+https://github.com/jopyth/MMM-Remote-Control#readme",
23
"dependencies": {
24
"body-parser": "latest",
25
- "simple-git": "latest",
26
"lodash": "latest",
+ "node-fetch": "^2.7.0",
27
+ "simple-git": "latest",
28
"uuid": "^3.3.2"
29
}
30
0 commit comments