Skip to content

Commit 67380f9

Browse files
committed
Update package.json
1 parent 8190569 commit 67380f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

play_webrtc_stream_via_ffplay/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A minimal Electron application",
55
"main": "main.js",
66
"scripts": {
7-
"start": "electron ."
7+
"start": "electron .",
8+
"install_dependencies": "npm install --registry=https://registry.npm.taobao.org"
89
},
910
"repository": "https://github.com/electron/electron-quick-start",
1011
"keywords": [
@@ -17,7 +18,7 @@
1718
"author": "GitHub",
1819
"license": "CC0-1.0",
1920
"devDependencies": {
20-
"electron": "^9.4.0"
21+
"electron": "^12.0.0"
2122
},
2223
"dependencies": {}
23-
}
24+
}

0 commit comments

Comments
 (0)