Skip to content

Commit 3ee3c48

Browse files
committed
Use master videostream.
1 parent 9eae30a commit 3ee3c48

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<head>
44
<script>
5-
const d = undefined;
65
const state = location.search.match(".*[\?&]state=([^&]*)(&.*$|$)");
76
if (state) {
87
const code = location.search.match(".*[\?&]code=([^&]*)(&.*$|$)");

package-lock.json

+4-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"react-router-dom": "^5.0.0",
3737
"react-toolbox": "^2.0.0-beta.13",
3838
"ts-node-dev": "^1.0.0-pre.39",
39-
"videostream": "git+https://github.com/meganz/videostream.git"
39+
"videostream": "^3.2.0"
4040
}
4141
}

0 commit comments

Comments
 (0)