Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
plter committed Mar 13, 2021
1 parent 8190569 commit 67380f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions play_webrtc_stream_via_ffplay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"install_dependencies": "npm install --registry=https://registry.npm.taobao.org"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
Expand All @@ -17,7 +18,7 @@
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^9.4.0"
"electron": "^12.0.0"
},
"dependencies": {}
}
}

0 comments on commit 67380f9

Please sign in to comment.