Skip to content

Commit

Permalink
Revert node-fetch to v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shbatm committed Oct 6, 2022
1 parent 3ed8a1f commit 232682b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mmm-rtspstream",
"version": "2.0.4",
"version": "2.0.5",
"description": "Magic Mirror 2 module to stream video from an RTSP stream",
"main": "MMM-RTSPStream.js",
"author": "shbatm",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"datauri": "^1.0.5",
"node-fetch": "^3.2.10",
"node-fetch": "^2.6.7",
"node-rtsp-stream-es6": "github:shbatm/node-rtsp-stream-es6",
"pm2": "^5.1.2",
"ps-tree": "^1.1.0",
Expand All @@ -22,4 +22,4 @@
"type": "git",
"url": "git+https://github.com/shbatm/MMM-RTSPStream.git"
}
}
}

0 comments on commit 232682b

Please sign in to comment.