Skip to content

Commit 232682b

Browse files
committed
Revert node-fetch to v2.x
1 parent 3ed8a1f commit 232682b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmm-rtspstream",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Magic Mirror 2 module to stream video from an RTSP stream",
55
"main": "MMM-RTSPStream.js",
66
"author": "shbatm",
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"datauri": "^1.0.5",
15-
"node-fetch": "^3.2.10",
15+
"node-fetch": "^2.6.7",
1616
"node-rtsp-stream-es6": "github:shbatm/node-rtsp-stream-es6",
1717
"pm2": "^5.1.2",
1818
"ps-tree": "^1.1.0",
@@ -22,4 +22,4 @@
2222
"type": "git",
2323
"url": "git+https://github.com/shbatm/MMM-RTSPStream.git"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)