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 8190569 commit 67380f9Copy full SHA for 67380f9
play_webrtc_stream_via_ffplay/package.json
@@ -4,7 +4,8 @@
4
"description": "A minimal Electron application",
5
"main": "main.js",
6
"scripts": {
7
- "start": "electron ."
+ "start": "electron .",
8
+ "install_dependencies": "npm install --registry=https://registry.npm.taobao.org"
9
},
10
"repository": "https://github.com/electron/electron-quick-start",
11
"keywords": [
@@ -17,7 +18,7 @@
17
18
"author": "GitHub",
19
"license": "CC0-1.0",
20
"devDependencies": {
- "electron": "^9.4.0"
21
+ "electron": "^12.0.0"
22
23
"dependencies": {}
-}
24
+}
0 commit comments